jumpserver/apps/assets/models/__init__.py

9 lines
174 B
Python
Raw Normal View History

2016-12-20 16:43:52 +00:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
from .user import AdminUser, SystemUser
2017-12-07 08:25:50 +00:00
from .cluster import *
2016-12-20 16:43:52 +00:00
from .group import *
from .asset import *
2017-04-04 03:14:59 +00:00
from .utils import *