GOXY / app /api /__init__.py
lasagnakanada
Deploy GOXY ML Service to HuggingFace Space
3d6cc8a
raw
history blame contribute delete
196 Bytes
"""API layer package.
Expose commonly patched subpackages for tests.
"""
# Re-export v1 so unittest.mock.patch targets like 'app.api.v1.endpoints.*' resolve
from . import v1 as v1 # noqa: F401