mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
15 lines
331 B
Python
15 lines
331 B
Python
from . import (
|
|
cloc as cloc,
|
|
db as db,
|
|
deploy as deploy,
|
|
genproxytoken as genproxytoken,
|
|
neutralize as neutralize,
|
|
populate as populate,
|
|
scaffold as scaffold,
|
|
server as server,
|
|
shell as shell,
|
|
start as start,
|
|
tsconfig as tsconfig
|
|
)
|
|
from .command import Command as Command, main as main
|