def __init__(self, master, app, db): super().__init__(master, app, db) self.migrate = flask_migrate.Migrate(self.app, self.db)