diff options
-rw-r--r-- | scilo/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilo/__init__.py b/scilo/__init__.py index 27a0083..cf2eb0f 100644 --- a/scilo/__init__.py +++ b/scilo/__init__.py @@ -20,4 +20,4 @@ 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 +from database import s3
\ No newline at end of file |