Files
AstrBot/astrbot/cli/commands/__init__.py

8 lines
196 B
Python

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