Files
odoo-stubs/odoo-stubs/cli/start.pyi
2021-10-18 22:54:11 +07:00

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: ...