added comments
This commit is contained in:
parent
9b4e334f9a
commit
bc4f08add0
@ -3,6 +3,11 @@ import time
|
||||
from devices.traffic_light import TrafficLight, SWITCHING_TIME
|
||||
from devices.vehicle import Vehicle
|
||||
|
||||
"""
|
||||
USED AS ENTRYPOINT FOR DOCKERFILE
|
||||
Start all vehicles / traffic lights here
|
||||
"""
|
||||
|
||||
if __name__ == '__main__':
|
||||
tl1 = TrafficLight(tlid='traffic-light-1', switching_time=SWITCHING_TIME)
|
||||
tl1.start()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user