aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scilo/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scilo/__init__.py b/scilo/__init__.py
index cf2eb0f..11a19b7 100644
--- a/scilo/__init__.py
+++ b/scilo/__init__.py
@@ -17,7 +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']
+__all__ = ['scilo', 'npz']
from scilo import scilo
-from scilo import npy
+from scilo import npz
from database import s3 \ No newline at end of file