Instead of `from OceanLab import OA` it has to be `import OceanLab.oa as OA`
Instead of
from OceanLab import OAit has to be
import OceanLab.oa as OA