added crud opertions for tag entity

This commit is contained in:
Hosein
2026-01-01 23:34:44 +03:30
parent 389a763571
commit 7b6c2a3245
8 changed files with 324 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
from . import start, students, teachers, courses, common
from . import start, students, teachers, courses, tags, common
from bot.callbacks.init import register_all_callbacks
@@ -9,6 +9,7 @@ def register_all_handlers(bot):
students.register(bot)
teachers.register(bot)
courses.register(bot)
tags.register(bot)
common.register(bot) # Must be last (catch-all)
# Callback handlers