Files
GDMC-2024/networks/roads/intersections/Intersection.py
2024-05-27 20:43:49 +02:00

4 lines
78 B
Python

class Intersection:
def __init__(self, Roads):
self.Roads = Roads