new site
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
"""CLI commands for Odoo Directory."""
|
||||
|
||||
from .setup import setup_command
|
||||
from .plan import plan_command
|
||||
from .execute import execute_command
|
||||
from .export import export_command
|
||||
from .deploy import deploy_command
|
||||
|
||||
__all__ = [
|
||||
"setup_command",
|
||||
"plan_command",
|
||||
"execute_command",
|
||||
"export_command",
|
||||
"deploy_command",
|
||||
]
|
||||
Reference in New Issue
Block a user