Skip to content

Commit b1f5f60

Browse files
committed
renamed driving.py
1 parent 5ab71af commit b1f5f60

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/HL/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def Auto_Driving():
125125
global State
126126
try:
127127
if Driving_has_not_started:
128-
from driving import Car
128+
from HL.Car import Car
129129
GR86 = Car()
130130
GR86.main()
131131
if bp_entre.is_pressed or bp_next.is_pressed:

0 commit comments

Comments
 (0)