summaryrefslogtreecommitdiffstats
path: root/tests/roof.py
blob: 71b4465797780b93e4b69e56626572fc6d2fde41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import gi
import sys

from roof.graph import RoofGraph

#gi.require_version('Ufo', '0.0') 
#from gi.repository import Ufo
#from gi.repository import GObject


roof = RoofGraph()
graph = roof.get()

roof.run()