예제 #1
0
async def get_conso_fil(fil: str):
    da.connexion()
    data = da.get_conso_fil(fil = fil)
    da.deconnexion()
    return data