mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
5 lines
81 B
Python
5 lines
81 B
Python
from . import Command
|
|
|
|
class Cloc(Command):
|
|
def run(self, args) -> None: ...
|