refactor(cloud): move package into workspace member
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""Public platform SDK: versioned REST API and Python client for external integrators."""
|
||||
|
||||
__all__ = [
|
||||
"CloudClient",
|
||||
"create_cloud_router",
|
||||
"AuthProvider",
|
||||
"NullAuthProvider",
|
||||
"Principal",
|
||||
]
|
||||
Reference in New Issue
Block a user