5
app/keyboards/__init__.py
Normal file
5
app/keyboards/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .inline import create_inline_kb, button_create
|
||||
from .menu_commands import set_main_menu,commands
|
||||
|
||||
|
||||
__all__ = ["create_inline_kb", "button_create", "set_main_menu","commands"]
|
Reference in New Issue
Block a user