diff options
Diffstat (limited to '')
| -rw-r--r-- | nneq/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nneq/__init__.py b/nneq/__init__.py new file mode 100644 index 0000000..8dc7048 --- /dev/null +++ b/nneq/__init__.py @@ -0,0 +1,3 @@ +from .nneq import * + +__all__ = nneq.__all__ |
