Files
pear-admin-flask/applications/models/__init__.py
T

8 lines
365 B
Python

from applications.models.company import Dept, User
from applications.models.log import AdminLog
from applications.models.file.photo import Photo
from applications.models.rights.power import Power
from applications.models.rights.role import Role
from applications.models.rights.role_power import role_power
from applications.models.rights.user_role import user_role