Example #1
0
def main():
    intersection = Intersection([Light('1'), Light('2'), Light('3')])
    intersection.run(40)