Files
jumpserver/apps/perms/utils/__init__.py
fit2bot 34cc3b233d refactor: 重构用户授权资产查询工具(重构中..) (#9225)
* refactor: 重构用户授权资产查询工具(重构中..)

* perf: 修改 get_perm_nodes_assets 名称

* refactor: 优化用户授权节点查询工具; 删除UnionQuerySet工具

Co-authored-by: Bai <baijiangjie@gmail.com>
2022-12-21 17:36:44 +08:00

5 lines
104 B
Python

from .permission import *
from .account import *
from .user_perm_tree import *
from .user_perm import *