JoshCap20 / areion

The fastest Python web server. A lightweight, fast, and extensible asynchronous Python web server framework.
MIT License
0 stars 1 forks source link

Enhance router subgroup functionality #113

Closed JoshCap20 closed 1 month ago

JoshCap20 commented 1 month ago

Easier subgroup definition in separate files and included in main router via include_router, similar to other popular frameworks like FastAPI.