import os as _os
import warnings as _warnings
from ._objects import organization
from ._objects import secrets
from ._objects import stage
from ._objects import workspace
from ._objects import workspace_group
from ._portal import portal
if 'SINGLESTOREDB_ORGANIZATION' not in _os.environ:
_warnings.warn(
'This package is intended for use in the SingleStoreDB notebook environment',
RuntimeWarning,
)