From 4a1fb41cca90b505a598e4bdb4566a605d55e05b Mon Sep 17 00:00:00 2001 From: Power BI Dev Date: Tue, 3 Mar 2026 16:28:04 +0700 Subject: [PATCH] init new dags_2 --- scripts/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/__init__.py 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