mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-16 07:28:59 +00:00
11 lines
250 B
Python
11 lines
250 B
Python
# ~*~ coding: utf-8 ~*~
|
|
#
|
|
|
|
from users.utils import AdminUserRequiredMixin
|
|
from users.models import User, UserGroup
|
|
from assets.models import Asset, AssetGroup, SystemUser
|
|
from assets.serializers import AssetGrantedSerializer, AssetGroupSerializer
|
|
|
|
|
|
|