Skip to content

Commit

Permalink
fix: Make reader/writer importable (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Apr 14, 2024
1 parent 9b5c619 commit b317c0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dataclass_io/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from .reader import DataclassReader
from .writer import DataclassWriter

__all__ = [
"DataclassReader",
"DataclassWriter",
]

0 comments on commit b317c0f

Please sign in to comment.