refactor(cloud): move package into workspace member

This commit is contained in:
2026-07-12 14:11:51 +08:00
parent 07b7c9fc48
commit bfd56fd2da
12 changed files with 1 additions and 1 deletions
@@ -0,0 +1,9 @@
"""Public platform SDK: versioned REST API and Python client for external integrators."""
__all__ = [
"CloudClient",
"create_cloud_router",
"AuthProvider",
"NullAuthProvider",
"Principal",
]