init commit
This commit is contained in:
6
.history/app/bot/__init___20251210201700.py
Normal file
6
.history/app/bot/__init___20251210201700.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Bot module"""
|
||||
|
||||
from app.bot.handlers import register_handlers
|
||||
from app.bot.keyboards import *
|
||||
|
||||
__all__ = ["register_handlers"]
|
||||
Reference in New Issue
Block a user