From 03f17bc96ed00cc5704b2892f542b6fb6e7868eb Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 6 Feb 2026 04:45:46 +0000 Subject: [PATCH] Add package init files and exceptions --- api_testgen/cli/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 api_testgen/cli/__init__.py diff --git a/api_testgen/cli/__init__.py b/api_testgen/cli/__init__.py new file mode 100644 index 0000000..2bef01e --- /dev/null +++ b/api_testgen/cli/__init__.py @@ -0,0 +1 @@ +"""CLI module for API TestGen."""