mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-14 01:01:26 +00:00
4 lines
73 B
Python
4 lines
73 B
Python
ADMIN = "admin"
|
|
ELEVATED = "elevated"
|
|
POSSIBLE_ROLES = [ADMIN, ELEVATED]
|