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