3 lines
85 B
Python
3 lines
85 B
Python
class Config:
|
|
# Number of hours in an off-day
|
|
WORKING_HOURS_PER_OFF_DAY = 8.2 |