Skip to content

Commit

Permalink
Add initial version of file_reader for hamamatsu
Browse files Browse the repository at this point in the history
  • Loading branch information
pietsjoh committed Feb 10, 2023
1 parent 7b76e50 commit 01b302e
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rsciio/hamamatsu/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from ._api import file_reader


__all__ = [
"file_reader",
]


def __dir__():
return sorted(__all__)

0 comments on commit 01b302e

Please sign in to comment.