Skip to content

Instantly share code, notes, and snippets.

View Zwork101's full-sized avatar
💭
Not Much

Nathan Z Zwork101

💭
Not Much
View GitHub Profile
@Zwork101
Zwork101 / example.py
Created July 17, 2019 16:33
Another peels example
class EducationFlags(FlagConverter):
ELEMENTARY_COMPLETED = 1
MIDDLE_SCHOOL_COMPLETED = 2
HIGHSCHOOL_COMPLETED = 4
COLLEGE_COMPLETED = 8
BACHELOR = 16
MASTER = 32
DOCTOR = 64