Skip to content

Commit

Permalink
Add __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Oct 7, 2024
1 parent 4073bec commit afe7b5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rsciio/dm5/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from ._api import file_reader, file_writer

__all__ = ["file_reader", "file_writer"]


def __dir__():
return sorted(__all__)

0 comments on commit afe7b5e

Please sign in to comment.