mirror of
https://github.com/Noettore/lagomareGateKeeperBot.git
synced 2025-10-15 03:26:40 +02:00
Created modules and organized code
This commit is contained in:
12
models/__init__.py
Normal file
12
models/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .credential import Credential
|
||||
from .gates import Gates
|
||||
from .status import Status
|
||||
from .users import Users, Role
|
||||
|
||||
__all__ = [
|
||||
"Credential",
|
||||
"Gates",
|
||||
"Status",
|
||||
"Users",
|
||||
"Role"
|
||||
]
|
Reference in New Issue
Block a user