mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
15 lines
323 B
Python
15 lines
323 B
Python
# Stubs for odoo.cli.start (Python 3)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
from typing import Any
|
|
|
|
from . import Command
|
|
|
|
|
|
class Start(Command):
|
|
def get_module_list(self, path: Any): ...
|
|
def run(self, cmdargs: Any): ...
|
|
|
|
def die(message: Any, code: int = ...) -> None: ...
|