xbackend/schemas/__init__.py
2021-05-06 00:18:06 +08:00

7 lines
132 B
Python

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