import jwt
from halfapi import app
def coucou():
return
def test_connected():
app.route('/', coucou)