feat(Packagers): added html body components

This commit is contained in:
2024-10-26 16:01:18 -06:00
parent 01c05dfb78
commit ca4d2e5796
6 changed files with 46 additions and 1 deletions

View File

@ -1,2 +1,8 @@
from GetSchedulePackager import getSchedulePackager
from postSelectAppointment import SelectAppointment
import json
if __name__ == "__main__":
print("hello")
print("hello")
print(json.dumps(getSchedulePackager(), indent=4))
print(json.dumps(SelectAppointment("10:00 am"), indent=4))