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