8 lines
259 B
Python
8 lines
259 B
Python
"""API route package.
|
|
|
|
Routers are defined in dedicated modules (`cars`, `health`, `tasks`). This
|
|
package intentionally does not create routes to avoid duplicate task endpoints
|
|
and accidental imports of legacy parser channels during FastAPI startup.
|
|
"""
|
|
|