Fix naming convention
This commit is contained in:
3
networks/roads/intersections/Intersection.py
Normal file
3
networks/roads/intersections/Intersection.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class Intersection:
|
||||
def __init__(self, Roads):
|
||||
self.Roads = Roads
|
||||
Reference in New Issue
Block a user