larkkin's picture
Add application code and models, update README
8044721
raw
history blame
147 Bytes
import sys;
from graph import Graph;
from validate.utilities import report;
def test(graph, actions, stream = sys.stderr):
n = 0;
return n;