Add intersections utilities

This commit is contained in:
2024-05-27 17:52:49 +02:00
parent 198c18173a
commit 9bece74ffd
4 changed files with 498 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
class Intersection:
def __init__(self, Roads):
self.Roads = Roads