cmdb/api/models/__init__.py

7 lines
91 B
Python

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