5 lines
58 B
Python
5 lines
58 B
Python
|
from . import t
|
||
|
|
||
|
@t.route('/')
|
||
|
def _t():
|
||
|
return 'Test'
|