From 33c1c659082a2796a9b821077353377b4d235455 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 19 Mar 2025 16:12:24 +0000 Subject: [PATCH] there's no main --- etl/scis_invoice.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etl/scis_invoice.py b/etl/scis_invoice.py index 9873960..aa91ab5 100644 --- a/etl/scis_invoice.py +++ b/etl/scis_invoice.py @@ -44,4 +44,8 @@ def main(): print(f"WEEK COMMENCING {WEEK_COMMENCING}") print("Excel file 'survey_data.xlsx' created successfully!") - print(pformat(data)) \ No newline at end of file + print(pformat(data)) + + +if __name__ == "__main__": + main() \ No newline at end of file