mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
8 lines
166 B
Python
8 lines
166 B
Python
from . import Command
|
|
|
|
class Start(Command):
|
|
def get_module_list(self, path): ...
|
|
def run(self, cmdargs): ...
|
|
|
|
def die(message, code: int = ...) -> None: ...
|