larkkin's picture
Add code and readme
c45d283
raw
history blame contribute delete
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;