| """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 | |
| """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 | |