Che schifo

This commit is contained in:
2025-08-21 23:28:34 +02:00
parent c855fda3dc
commit 16cf408725
5 changed files with 55 additions and 50 deletions

View File

@@ -1,11 +1,11 @@
from .credential import Credential
from .gates import Gates
from .gate import Gate
from .status import Status
from .users import Users, Role
__all__ = [
"Credential",
"Gates",
"Gate",
"Status",
"Users",
"Role"