We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30a2b5 commit ec376b6Copy full SHA for ec376b6
1 file changed
src/obspec_utils/registry.py
@@ -401,4 +401,4 @@ def path_segments(path: str) -> Iterator[str]:
401
return filter(lambda x: x, path.split("/"))
402
403
404
-__all__ = ["ObjectStoreRegistry"]
+__all__ = ["ObjectStoreRegistry", "UrlKey", "get_url_key", "path_segments"]
0 commit comments