mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-04-07 21:03:15 +00:00
8 lines
191 B
Python
8 lines
191 B
Python
# ~*~ coding: utf-8 ~*~
|
|
#
|
|
|
|
from users.models import User
|
|
from assets.models import Asset, SystemUser
|
|
from users.backends import IsSuperUserOrTerminalUser
|
|
from terminal.models import Terminal
|