larkkin's picture
Add code
991f07c
raw
history blame
No virus
147 Bytes
import sys;
from graph import Graph;
from validate.utilities import report;
def test(graph, actions, stream = sys.stderr):
n = 0;
return n;