mirror of
https://github.com/artemium428/428th-exchange-bot.git
synced 2026-09-15 16:56:20 +00:00
4 lines
163 B
Python
4 lines
163 B
Python
from bot.handlers.client import router as client_router
|
|
from bot.handlers.manager import build_manager_router
|
|
|
|
__all__ = ["client_router", "build_manager_router"]
|