7 lines
130 B
Python
7 lines
130 B
Python
"""Bot module"""
|
|
|
|
from app.bot.handlers import register_handlers
|
|
from app.bot.keyboards import *
|
|
|
|
__all__ = ["register_handlers"]
|