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