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