Historique | Voir | Annoter | Télécharger (167 octet)
#!/usr/bin/env python
from os.path import join
import sys; sys.path.insert(0, join('src', 'python'))
from lib.experiments import run_experiments
run_experiments()