diff --git a/api_testgen/mocks/__init__.py b/api_testgen/mocks/__init__.py new file mode 100644 index 0000000..e828c9f --- /dev/null +++ b/api_testgen/mocks/__init__.py @@ -0,0 +1,5 @@ +"""Mocks module for API TestGen.""" + +from .generator import MockServerGenerator + +__all__ = ["MockServerGenerator"]