From 3a96e3fb89b86c0d7619ad686d7042e79e5b9110 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 22:42:00 +0000 Subject: [PATCH] Initial upload: schema2mock CLI tool --- src/schema2mock/cli/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/schema2mock/cli/__init__.py diff --git a/src/schema2mock/cli/__init__.py b/src/schema2mock/cli/__init__.py new file mode 100644 index 0000000..70705e7 --- /dev/null +++ b/src/schema2mock/cli/__init__.py @@ -0,0 +1 @@ +read \ No newline at end of file