mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
11 lines
193 B
Python
11 lines
193 B
Python
# coding: utf-8
|
|
#
|
|
|
|
from .asset import *
|
|
from .application import *
|
|
|
|
# TODO: 删除
|
|
from .remote_app_permission import *
|
|
from .database_app_permission import *
|
|
from .k8s_app_permission import *
|