Files
Argenta/src/argenta/_cli/commands/__init__.py
T
2026-03-17 19:48:33 +03:00

7 lines
285 B
Python

from .run import run_handler as run_handler
from .init import init_handler as init_handler
from .new import new_handler as new_handler
from .routes import routes_handler as routes_handler
from .info import info_handler as info_handler
from .build import build_handler as build_handler