mirror of
https://github.com/Noettore/lagomareGateKeeperBot.git
synced 2025-10-15 11:36:40 +02:00
Created modules and organized code
This commit is contained in:
18
handlers/__init__.py
Normal file
18
handlers/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from .access import requestaccess, grantaccess
|
||||
from .credentials import setcredentials
|
||||
from .gates import opengate, open_gate_menu, handle_gate_open_callback
|
||||
from .main import handle_main_menu_callback, post_init, start
|
||||
from .users import updateuser
|
||||
|
||||
__all__ = [
|
||||
"grantaccess",
|
||||
"handle_main_menu_callback",
|
||||
"handle_gate_open_callback",
|
||||
"opengate",
|
||||
"open_gate_menu",
|
||||
"post_init",
|
||||
"requestaccess",
|
||||
"setcredentials",
|
||||
"start",
|
||||
"updateuser"
|
||||
]
|
Reference in New Issue
Block a user