This commit is contained in:
Andrej730
2025-02-18 13:37:53 +05:00
parent 37baa7a57b
commit 83a351b1c7
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""
This class parses the calendar work pattern and retruns a list
The list returned has a key DayOfWeek which takes a value Sunday to Saturday
for each day as a key there is a list of working times with the format
for each day as a key there is a list of working times with the format
{"Start": datetime.time, "Finish": datetime.time}
"""