Refactoring proposition
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
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