updated first commit
This commit is contained in:
11
app/models/__init__.py
Normal file
11
app/models/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Database models package
|
||||
"""
|
||||
|
||||
from .user import User
|
||||
from .player import Player
|
||||
from .content import Content
|
||||
from .group import Group, group_player
|
||||
from .server_log import ServerLog
|
||||
|
||||
__all__ = ['User', 'Player', 'Content', 'Group', 'ServerLog', 'group_player']
|
||||
Reference in New Issue
Block a user