first commit

This commit is contained in:
2026-04-05 21:06:43 +07:00
commit 8a597f880f
28 changed files with 783 additions and 0 deletions

3
handlers/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .menus import router as menus_router
routers = [menus_router]