fix(SchedulePackager): changed comments

This commit is contained in:
2024-11-09 12:10:57 -07:00
parent 45f6cf83c8
commit 4fe15620d7
7 changed files with 36 additions and 34 deletions

View File

@ -3,6 +3,5 @@ from postSelectAppointment import SelectAppointment
import json
if __name__ == "__main__":
print("hello")
print(json.dumps(getSchedulePackager(), indent=4))
print(json.dumps(SelectAppointment("10:00 am"), indent=4))
print(getSchedulePackager())
print(SelectAppointment("10:00 am"))