Refactor API
This commit is contained in:
parent
9c813cdfbe
commit
8aa4828239
21 changed files with 731 additions and 363 deletions
7
API/models/__init__.py
Normal file
7
API/models/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from .base import Base
|
||||
from .user import User
|
||||
from .server import Server
|
||||
from .token import AuthToken
|
||||
from .config import Config
|
||||
|
||||
__all__ = ["Base", "User", "Server", "AuthToken", "Config"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue