6 lines
115 B
Python
6 lines
115 B
Python
"""Mocks module for API TestGen."""
|
|
|
|
from .generator import MockServerGenerator
|
|
|
|
__all__ = ["MockServerGenerator"]
|