Skip to content
Snippets Groups Projects
Forked from DM / dm-docs
261 commits behind, 657 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dmRole.py 152 B
#!/usr/bin/env python

#######################################################################

DM_ADMIN_ROLE = 'Administrator'
DM_USER_ROLE = 'User'