So, I have a class created from existing database this way:
from sqlalchemy import create_engine from sqlalchemy.ext.automap import automap_base from sqlalche