Skip to content

Commit 46284e2

Browse files
add module export method
1 parent 9cfef26 commit 46284e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pysenal/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
__version__ = pkg_resources.get_distribution(__name__).version
66
except:
77
__version__ = 'unknown'
8+
9+
from pysenal.io import *
10+
from pysenal.utils import *

0 commit comments

Comments
 (0)