5 lines
99 B
Python

class UserRoles:
APPLICANT = 'applicant'
EMPLOYER = 'employer'
MODERATOR = 'moderator'