chore: Added __init__ files, added fallback for callbacks, refactoring & improvements

This commit is contained in:
ITQ
2024-05-19 16:24:19 +03:00
parent b51c135b14
commit 4bc3025ab4
12 changed files with 291 additions and 138 deletions
+3
View File
@@ -0,0 +1,3 @@
__all__ = ("fallback", "location", "menu", "profile", "travel", "notes")
from app.callbacks import fallback, location, menu, notes, profile, travel