from enum import IntFlag class PyqcrmFlags(IntFlag): ADMIN = 1 USER = 2 class PyqcrmAppliEmpyFlags(IntFlag): ALL = 0 APPLICANT = 1 EMPLOYEE = 2