added crud for categories entity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user