From 2a5058d858b36ff7dc5477119a54f0aab137b266 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 22 May 2023 00:01:54 -0700 Subject: [PATCH] export FW_PATH --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 8b43e99380..d3a558f437 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,4 @@ -from .python.constants import McuType, BASEDIR # noqa: F401 +from .python.constants import McuType, BASEDIR, FW_PATH # noqa: F401 from .python.serial import PandaSerial # noqa: F401 from .python import (Panda, PandaDFU, # noqa: F401 pack_can_buffer, unpack_can_buffer, calculate_checksum,