xbackend/schemas/__init__.py
2021-05-17 18:44:34 +08:00

13 lines
252 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 *
from .table_struct import *
from .data_auth import *
from .sql import *