Add package init files and exceptions
This commit is contained in:
5
api_testgen/mocks/__init__.py
Normal file
5
api_testgen/mocks/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""Mocks module for API TestGen."""
|
||||||
|
|
||||||
|
from .generator import MockServerGenerator
|
||||||
|
|
||||||
|
__all__ = ["MockServerGenerator"]
|
||||||
Reference in New Issue
Block a user