class-scheduling / model /Constant.py
garizz's picture
Upload 31 files
8e7d8ae
raw
history blame contribute delete
119 Bytes
class Constant:
# Number of days in week
DAYS_NUM = 6
# Number of working hours per day
DAY_HOURS = 11