def _single(self, app): blueprint = import_string(self.module + self.blueprint) app.register_blueprint(blueprint, **self.options)