export FW_PATH

This commit is contained in:
Adeeb Shihadeh
2023-05-22 00:01:54 -07:00
parent 4dd2735e38
commit 2a5058d858

View File

@@ -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,