from flask import Blueprint t = Blueprint(name='test', import_name=__name__) from . import foo