diff --git a/transport/__init__.py b/transport/__init__.py index a28b7d9..333931b 100644 --- a/transport/__init__.py +++ b/transport/__init__.py @@ -18,7 +18,7 @@ Source Code is available under MIT License: """ import numpy as np -import sql, nosql, cloud, other +from transport import sql, nosql, cloud, other import pandas as pd import json import os