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