This is a collection of ideas spawned from discussions at TPAC2011. Not very organized yet. This may evolve into zero or more new spec modules. May overlap with existing modules too. Peter's template ...
├── app/ # FastAPI application │ ├── api/ # API routes │ ├── core/ # Core configuration and settings │ ├── models/ # Database models │ ├── schemas/ # Pydantic schemas │ ├── services/ # Business logic ...