From 7549da01ad4adc8a51ea2b3a1bf6d763e68e3a39 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 19:53:59 +0000 Subject: [PATCH] Add source files: core parser module --- src/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..e90a3c5 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,3 @@ +"""OpenAPI Mock Generator - A CLI tool for generating mock API responses from OpenAPI specifications.""" + +__version__ = "0.1.0"