Skip to content

Commit

Permalink
added version imports to fileformats packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 17, 2024
1 parent ffac596 commit 22c9ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from ._version import __version__ # noqa: F401
from pathlib import Path
import typing as ty
from random import Random
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from ._version import __version__ # noqa: F401
from fileformats.generic import File


Expand Down

0 comments on commit 22c9ae2

Please sign in to comment.