From 02c8de2055f7b5d64017630b7a565140e6f56a98 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 19:45:33 +0000 Subject: [PATCH] Initial upload: testdata-cli with CI/CD workflow --- src/testdatagen/providers/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/testdatagen/providers/__init__.py diff --git a/src/testdatagen/providers/__init__.py b/src/testdatagen/providers/__init__.py new file mode 100644 index 0000000..cc72e08 --- /dev/null +++ b/src/testdatagen/providers/__init__.py @@ -0,0 +1 @@ +"""Providers package for TestDataGen.""" \ No newline at end of file