Merge pull request #23 from Hestia-Homes/feature/sharepoint_integration

there's no main
This commit is contained in:
Jun-te Kim 2025-03-19 16:12:55 +00:00 committed by GitHub
commit db88d9dcd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,4 +44,8 @@ def main():
print(f"WEEK COMMENCING {WEEK_COMMENCING}")
print("Excel file 'survey_data.xlsx' created successfully!")
print(pformat(data))
print(pformat(data))
if __name__ == "__main__":
main()