def _multi(self, app): blueprints = list(set(self.blueprint)) for name in blueprints: blueprint = import_string(self.module + name) app.register_blueprint(blueprint, **self.options)