diff --git a/scripts/__init__.py b/scripts/__init__.py new file mode 100644 index 0000000..4423894 --- /dev/null +++ b/scripts/__init__.py @@ -0,0 +1,4 @@ +touch scripts/__init__.py +git add scripts/__init__.py +git commit -m "fix: add init file to scripts module" +git push origin main \ No newline at end of file