chore(backend): refactor mono cli file into package
This commit is contained in:
8
backend/cli/__init__.py
Normal file
8
backend/cli/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
NimbusFlow CLI module.
|
||||
"""
|
||||
|
||||
from .base import NimbusFlowCLI, CLIError
|
||||
from .main import main
|
||||
|
||||
__all__ = ["NimbusFlowCLI", "CLIError", "main"]
|
||||
Reference in New Issue
Block a user