jumpserver/apps/perms/api/__init__.py

7 lines
113 B
Python
Raw Normal View History

2019-03-04 12:45:57 +00:00
# -*- coding: utf-8 -*-
#
from .asset import *
from .application import *
2020-06-16 08:12:59 +00:00
from .system_user_permission import *