initial commit
This commit is contained in:
19
keyboards/__init__.py
Normal file
19
keyboards/__init__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
"""Модуль клавиатур бота"""
|
||||
from keyboards.inline import (
|
||||
get_auth_menu,
|
||||
get_main_menu,
|
||||
get_book_keyboard,
|
||||
get_pagination_keyboard,
|
||||
get_genres_keyboard,
|
||||
get_back_to_menu_keyboard
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'get_auth_menu',
|
||||
'get_main_menu',
|
||||
'get_book_keyboard',
|
||||
'get_pagination_keyboard',
|
||||
'get_genres_keyboard',
|
||||
'get_back_to_menu_keyboard'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user