Let's suppose that you have created some models, for which you need to apply migration. While using Alembic, before applying the migration, you need to give your models a path like this one:
from models import Base
target_metadata = [Base.metadata]
In which file do you need to do it? Type the name of the file below.