From acce8986c5e313a1cde725e624cda0c08bd78353 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 04:17:05 +0000 Subject: [PATCH] Initial upload: DataForge CLI with full documentation and tests --- dataforge/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dataforge/__init__.py diff --git a/dataforge/__init__.py b/dataforge/__init__.py new file mode 100644 index 0000000..8a8f470 --- /dev/null +++ b/dataforge/__init__.py @@ -0,0 +1,3 @@ +"""DataForge CLI - A CLI tool for converting and validating data formats.""" + +__version__ = "1.0.0"