I have 3 files:
models.py, where I create the classes for the tables in the DB:
from sqlalchemy import Column, ForeignKey, Integer, String, Date, Uniqu