shopbot/bot/commands/__init__.py
2024-12-24 21:08:03 +03:00

7 lines
110 B
Python

# bot/commands/__init__.py
from .command import router as command_router
__all__ = [
"command_router",
]