I have created a User table in models.py file that contains
models.py
class User(Base): password_hash = None __tablename__ =