diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..264daca --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*__pycache__ \ No newline at end of file diff --git a/python/ibmppp/__init__.py b/python/ibmppp/__init__.py new file mode 100644 index 0000000..f8b286c --- /dev/null +++ b/python/ibmppp/__init__.py @@ -0,0 +1 @@ +from .ibmppp import * \ No newline at end of file diff --git a/python/ucf/__init__.py b/python/ucf/__init__.py new file mode 100644 index 0000000..e73b2b3 --- /dev/null +++ b/python/ucf/__init__.py @@ -0,0 +1 @@ +from .ucf import * \ No newline at end of file