mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-07-09 14:31:22 +08:00
Initial commit
This commit is contained in:
17
models/__init__.py
Normal file
17
models/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from .database import (
|
||||
StorageAdapter,
|
||||
UserAccount,
|
||||
Role,
|
||||
UserRole,
|
||||
RolePermission,
|
||||
PathRule,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"StorageAdapter",
|
||||
"UserAccount",
|
||||
"Role",
|
||||
"UserRole",
|
||||
"RolePermission",
|
||||
"PathRule",
|
||||
]
|
||||
Reference in New Issue
Block a user