Skip to content

Refactoring proposition

Emmanuel Raviart requested to merge csg_academy into master

Created by: benoit-cty

Split server.py in: ├── database │   └── schemas.py : to store the models of input/output ├── routers │   ├── csg.py : for the CSG │   └── waterfall.py : for the Waterfall └── server.py : The main FastAPI

Merge request reports