How to organize a Python project when migrating from sql queries to API requests?
I am working on a project that used to fetch all the required data from an external DB. Soon the DB won’t be accesable anymore and is going to be replaced by endpoints.