mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-24 17:09:26 +00:00
7 lines
172 B
Python
7 lines
172 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
from .common import *
|
|
from .user_permission_nodes import *
|
|
from .user_permission_assets import *
|
|
from .user_permission_nodes_with_assets import *
|