mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-06 11:17:15 -06:00
fix(SchedulePackager): changed comments
This commit is contained in:
5
main.py
5
main.py
@ -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"))
|
Reference in New Issue
Block a user