This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
MouseyBot/Mousey/Bot/Keyboards/__init__.py

19 lines
417 B
Python

__all__ = [
"get_back_markup",
"get_menu_markup",
"get_news_menu_markup",
"get_offer_news_markup",
"get_admin_menu_markup",
"get_admin_news_markup",
"get_admin_news_offer_markup",
]
from .inline import (
get_back_markup,
get_menu_markup,
get_news_menu_markup,
get_offer_news_markup,
get_admin_menu_markup,
get_admin_news_markup,
get_admin_news_offer_markup,
)