Skip to content

Commit

Permalink
Add AsdfWriter to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Nov 14, 2022
1 parent 79bc53e commit f8d4e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dissect/evidence/asdf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from dissect.evidence.asdf.asdf import AsdfStream, FILE_MAGIC, AsdfSnapshot
from dissect.evidence.asdf.asdf import FILE_MAGIC, AsdfSnapshot, AsdfStream, AsdfWriter

__all__ = [
"FILE_MAGIC",
"AsdfSnapshot",
"AsdfStream",
"FILE_MAGIC",
"AsdfWriter",
]

0 comments on commit f8d4e94

Please sign in to comment.