mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
12 lines
266 B
Python
12 lines
266 B
Python
# ~*~ coding: utf-8 ~*~
|
|
#
|
|
|
|
from users.models import User, UserGroup
|
|
from assets.models import Asset, SystemUser, Node
|
|
from assets.serializers import NodeSerializer
|
|
from applications.serializers import RemoteAppSerializer
|
|
from applications.models import RemoteApp
|
|
|
|
|
|
|