SkyAlone / handlers /__init__.py
FreshPixels's picture
Create handlers/__init__.py
a628797 verified
Raw
History Blame Contribute Delete
138 Bytes
from .commands import router as commands_router
from .chat import router as chat_router
from .callbacks import router as callbacks_router