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