Files
api-testgen-cli/api_testgen/mocks/__init__.py
7000pctAUTO 0ad4da902f
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Add package init files and exceptions
2026-02-06 04:45:44 +00:00

6 lines
115 B
Python

"""Mocks module for API TestGen."""
from .generator import MockServerGenerator
__all__ = ["MockServerGenerator"]