diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-01-15 12:21:55 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-01-15 12:21:55 -0500 |
commit | fff1b9a37ce8279fd4eb3d529e7a4a6c3f6ed6ff (patch) | |
tree | 44f5b9082c099f784597ef7abd91787c40180228 /scilo/__init__.py | |
parent | ca2123992ceeb2ae1b5fc4848fdf443248dde55a (diff) | |
download | scilo-fff1b9a37ce8279fd4eb3d529e7a4a6c3f6ed6ff.tar.gz |
Breaking up and refactoring
Diffstat (limited to 'scilo/__init__.py')
-rw-r--r-- | scilo/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scilo/__init__.py b/scilo/__init__.py index deebb5b..27a0083 100644 --- a/scilo/__init__.py +++ b/scilo/__init__.py @@ -17,4 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with scilo. If not, see <http://www.gnu.org/licenses/>. ''' +__all__ = ['scilo', 'npy'] from scilo import scilo +from scilo import npy +from database import s3 |