We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398d47d commit 3879f9fCopy full SHA for 3879f9f
src/litmodels/__init__.py
@@ -7,6 +7,6 @@
7
_PACKAGE_ROOT = os.path.dirname(__file__)
8
_PROJECT_ROOT = os.path.dirname(_PACKAGE_ROOT)
9
10
-from litmodels.cloud_io import download_model_files, upload_model_files
+from litmodels.cloud_io import download_model_files, upload_model, upload_model_files
11
12
-__all__ = ["download_model_files", "upload_model_files"]
+__all__ = ["download_model_files", "upload_model", "upload_model_files"]
0 commit comments