jumpserver/apps/rbac/api/__init__.py

5 lines
74 B
Python

from .permission import *
from .role import *
from .rolebinding import *