### Problem Currently, [ystores](https://github.com/jupyter-server/pycrdt-websocket/blob/20d288b9ea8c635ec767a5f94445415985fe311a/pycrdt_websocket/ystore.py) are part of `pycrdt-websocket`, but they are transport-agnostic and should be used for other transports than WebSockets. ### Proposed Solution Move the ystores to a new repository, `pycrdt-store`.