jumpserver/apps/perms/serializers/__init__.py

6 lines
104 B
Python
Raw Normal View History

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