mirror of https://github.com/jumpserver/jumpserver
11 lines
288 B
Python
11 lines
288 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, AssetGroupGrantedSerializer, MyAssetGroupGrantedSerializer
|
|
|
|
|
|
|