Files
cmdb/api/models/__init__.py
2019-11-07 19:18:31 +08:00

7 lines
91 B
Python

# -*- coding:utf-8 -*-
from .account import User
from .cmdb import *
from .acl import *