mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-13 11:34:14 +00:00
13 lines
200 B
Python
13 lines
200 B
Python
# ~*~ coding: utf-8 ~*~
|
|
|
|
|
|
class CreateSudoPrivilegesMixin(object):
|
|
|
|
def create_privilege(self):
|
|
pass
|
|
|
|
|
|
class ListSudoPrivilegesMixin(object):
|
|
|
|
def get_all_privilege(self):
|
|
pass |