Skip to content

Refactoring to allow one call to sqlalchemy

Presley Heikkila requested to merge presley into development

created a tables.py where we do all of the alchemy and flask calls and defining schemas. Imported separately now into app.py and api_helper.py

Merge request reports