We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bec208 commit a881369Copy full SHA for a881369
3 files changed
sagemaker-core/src/sagemaker/__init__.py
@@ -0,0 +1,2 @@
1
+"""Namespace package for SageMaker."""
2
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
sagemaker-serve/src/sagemaker/__init__.py
sagemaker-train/src/sagemaker/__init__.py
0 commit comments