File size: 119 Bytes
8e7d8ae
 
 
 
 
1
2
3
4
5
6
class Constant:
    # Number of days in week
    DAYS_NUM = 6
    # Number of working hours per day
    DAY_HOURS = 11