From 2a203aa5478f68c2241b430d57e42c6d78f9e286 Mon Sep 17 00:00:00 2001 From: vintro <77507980+vintrocode@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:49:00 -0500 Subject: [PATCH] Create __init__.py otherwise running `python ingest.py` complains about `parser` not being a package --- scripts/parser/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/parser/__init__.py diff --git a/scripts/parser/__init__.py b/scripts/parser/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/scripts/parser/__init__.py @@ -0,0 +1 @@ +