move things into sfpy package
[sfpy.git] / sfpy / __init__.py
diff --git a/sfpy/__init__.py b/sfpy/__init__.py
new file mode 100644 (file)
index 0000000..d213f2b
--- /dev/null
@@ -0,0 +1,6 @@
+import os
+mypath = os.path.abspath(os.path.dirname(__file__))
+
+print('hi from module sfpy @ {:s}'.format(mypath))
+
+from .posit import Posit8, Quire8, Posit16, Quire16