Commit f3494e5
Remove server implementation details from package exports
Modified `src/rendezqueue/__init__.py` to remove `RendezqueueServer`, `RendezqueueHandler`, `run_server`, `RendezqueueImpl`, and `SwapStore` from the top-level exports. Only `RendezqueueClient` is now exported, providing a cleaner public API for the client library.
These components can still be accessed via their respective submodules (e.g., `rendezqueue.server`). All tests pass with this change.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent b61c8c5 commit f3494e5
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 2 | | |
6 | | - | |
| 3 | + | |
0 commit comments