xbackend/schemas/__init__.py
2021-05-06 13:04:58 +08:00

7 lines
153 B
Python

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