Files
malenia/bot/handlers/system/__init__.py

5 lines
145 B
Python

from .common import router as common_router
from .prehandling import router as prehandling_router
routers = [prehandling_router, common_router]