models.day_enum module

class models.day_enum.DayEnum[source]

Bases: object

Implementation of the ‘Day’ enum.

TODO: type enum description here.

Attributes:

KSUNDAY: TODO: type description here. KMONDAY: TODO: type description here. KTUESDAY: TODO: type description here. KWEDNESDAY: TODO: type description here. KTHURSDAY: TODO: type description here. KFRIDAY: TODO: type description here. KSATURDAY: TODO: type description here.

KFRIDAY = 'kFriday'
KMONDAY = 'kMonday'
KSATURDAY = 'kSaturday'
KSUNDAY = 'kSunday'
KTHURSDAY = 'kThursday'
KTUESDAY = 'kTuesday'
KWEDNESDAY = 'kWednesday'