diff options
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 |