diff --git a/src/deployml/notebook.py b/src/deployml/notebook.py deleted file mode 100644 index 5c9ba66..0000000 --- a/src/deployml/notebook.py +++ /dev/null @@ -1,19 +0,0 @@ -""" -DeployML Notebook Interface - -A modular notebook interface for MLOps stack deployment and management. -This module provides backward compatibility while delegating to the new modular structure. -""" - -# Import everything from the new modular structure -from .notebook.deployment import deploy, load -from .notebook.stack import DeploymentStack -from .notebook.urls import ServiceURLs - -# Maintain backward compatibility by re-exporting at module level -__all__ = [ - 'deploy', - 'load', - 'DeploymentStack', - 'ServiceURLs' -] \ No newline at end of file