Skip to content

Commit ec376b6

Browse files
authored
Add functions used in docs to exported API (#48)
1 parent a30a2b5 commit ec376b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/obspec_utils/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ def path_segments(path: str) -> Iterator[str]:
401401
return filter(lambda x: x, path.split("/"))
402402

403403

404-
__all__ = ["ObjectStoreRegistry"]
404+
__all__ = ["ObjectStoreRegistry", "UrlKey", "get_url_key", "path_segments"]

0 commit comments

Comments
 (0)