Skip to content

Commit

Permalink
Fixed missing imports
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Zoppi <texzk@email.it>
  • Loading branch information
TexZK committed Mar 2, 2024
1 parent db43051 commit ac6761c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hexrec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
from .formats.srec import SrecFile
from .formats.titxt import TiTxtFile
from .formats.xtek import XtekFile
from .hexdump import hexdump_core
from .xxd import xxd_core


Expand Down
3 changes: 3 additions & 0 deletions src/hexrec/formats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
This is a collection of commonly used hexadecimal record file *formats*.
* :mod:`hexrec.formats.asciihex`
* :mod:`hexrec.formats.avr`
* :mod:`hexrec.formats.ihex`
* :mod:`hexrec.formats.mos`
* :mod:`hexrec.formats.raw`
* :mod:`hexrec.formats.sqtp`
* :mod:`hexrec.formats.srec`
* :mod:`hexrec.formats.titxt`
* :mod:`hexrec.formats.xtek`
Please refer to each submodule for more details.
Expand Down

0 comments on commit ac6761c

Please sign in to comment.