added crud for categories entity

This commit is contained in:
Hosein
2026-01-05 11:55:58 +03:30
parent 7b6c2a3245
commit 8680778584
6 changed files with 338 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
from . import start, students, teachers, courses, tags, common
from . import start, students, teachers, courses, tags, categories, common
from bot.callbacks.init import register_all_callbacks
@@ -10,6 +10,7 @@ def register_all_handlers(bot):
teachers.register(bot)
courses.register(bot)
tags.register(bot)
categories.register(bot)
common.register(bot) # Must be last (catch-all)
# Callback handlers