from . import t @t.route('/') def _t(): return 'Test'