3d6cc8a
1
2
3
4
5
6
7
8
"""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