Files
Solo_bot/keyboards/profile/__init__.py
T

5 lines
171 B
Python

from .keyboards import get_balance_keyboard, get_invite_keyboard, get_profile_keyboard
__all__ = ["get_profile_keyboard", "get_balance_keyboard", "get_invite_keyboard"]