Skip to content

Commit

Permalink
export FW_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 22, 2023
1 parent 4dd2735 commit 2a5058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 2a5058d

Please sign in to comment.