diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-05-24 14:42:13 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-05-24 14:42:13 -0400 |
commit | 2a4958e9e8389edc2b8e117e1d45635706bbec1b (patch) | |
tree | bf8f1615a258ac63fe6dc2727002c0747b48e52a /rambo/__init__.py | |
parent | 74c2df4ffc24688e74ce90eb4f41e1db8ef272c4 (diff) | |
download | rambo-2a4958e9e8389edc2b8e117e1d45635706bbec1b.tar.gz |
Bludgenoning into shape for desired package behavior
Diffstat (limited to 'rambo/__init__.py')
-rw-r--r-- | rambo/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rambo/__init__.py b/rambo/__init__.py new file mode 100644 index 0000000..3a180c1 --- /dev/null +++ b/rambo/__init__.py @@ -0,0 +1,6 @@ +__all__ = ["rambo"] + +from .rambo import __version__ +from .rambo import Meta +from .rambo import MetaSet + |