move around

This commit is contained in:
Jason Wen
2025-03-18 00:04:37 -04:00
parent 1c93f1578b
commit 43fa7e3446
@@ -5,8 +5,8 @@ This file is part of sunnypilot and is licensed under the MIT License.
See the LICENSE.md file in the root directory for more details.
"""
from openpilot.sunnypilot.selfdrive.controls.lib.nnlc.nnlc import NeuralNetworkLateralControl
from openpilot.sunnypilot.selfdrive.controls.lib.latcontrol_torque_lat_accel import LatControlTorqueCustomLateralAccel
from openpilot.sunnypilot.selfdrive.controls.lib.nnlc.nnlc import NeuralNetworkLateralControl
class LatControlTorqueExt(NeuralNetworkLateralControl, LatControlTorqueCustomLateralAccel):