Broke interface into two seperate interfaces (toFile and fromFile). Wrote the JsonModel class (still in interfaceDatabase.py, we can change up class-file placement later) which implements BOTH interfaces), updated the Controller class, removed dependencies between the Controller and Model, updates some of the main calling routing (just a brainstorm really, not final in any way) that lives in Controller.py (location can change)
Broke interface into two seperate interfaces (toFile and fromFile). Wrote the JsonModel class (still in interfaceDatabase.py, we can change up class-file placement later) which implements BOTH interfaces), updated the Controller class, removed dependencies between the Controller and Model, updates some of the main calling routing (just a brainstorm really, not final in any way) that lives in Controller.py (location can change)