Skip to content

Commit d9e8584

Browse files
authored
Update and rename __init__.py to octdata4python/__init__.py
1 parent 6c512b0 commit d9e8584

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

octdata4python/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from octdata4python.core.read import read_file
2+
from importlib.metadata import version
3+
4+
__version__ = version("octdata4python")

0 commit comments

Comments
 (0)