Files
AstrBot/astrbot/cli/commands/__init__.py
T
2025-05-10 16:03:08 +08:00

7 lines
149 B
Python

from .cmd_init import init
from .cmd_run import run
from .cmd_plug import plug
from .cmd_conf import conf
__all__ = ["init", "run", "plug", "conf"]