added crud opertions for tag entity
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from . import students, teachers, courses
|
||||
from . import students, teachers, courses, tags
|
||||
from bot.handlers.start import startMarkup
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ def register_all_callbacks(bot):
|
||||
students.register(bot)
|
||||
teachers.register(bot)
|
||||
courses.register(bot)
|
||||
tags.register(bot)
|
||||
|
||||
# Cancel is common among all
|
||||
@bot.callback_query_handler(func=lambda call: call.data == 'cancel')
|
||||
|
||||
Reference in New Issue
Block a user