Larisa Kolesnichenko
Add the original perin code
1d5604f
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;