from db.model import Base from db.connector import engine print("initiating db..") Base.metadata.create_all(engine)