mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-06 11:17:15 -06:00
feat(Packagers): added html body components
This commit is contained in:
8
main.py
8
main.py
@ -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))
|
Reference in New Issue
Block a user