shopbot/bot/commands/__init__.py

7 lines
110 B
Python
Raw Normal View History

2024-12-24 18:08:03 +00:00
# bot/commands/__init__.py
from .command import router as command_router
__all__ = [
"command_router",
]