Reference
Project structure
A modular layout: swap or extend any layer without touching the rest.
Each layer is importable on its own. security knows nothing about FastAPI,
routers is the only layer that defines HTTP surface, and core is the thin
object that wires them together for you. That is what makes
level 3 customization possible without forking anything.