xbackend/schemas/__init__.py
2021-05-08 19:13:48 +08:00

8 lines
178 B
Python

from .msg import Msg
from .user import *
from .project import *
from .folder import *
from .space import *
from .dashboard import *
from .report import *
from .authotity import *