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