y-crdt / ypy

Python bindings to y-crdt

Home Page:https://ypy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access YTransaction

davidbrochart opened this issue · comments

I seems that YTransaction cannot be accessed:

import y_py as Y

Y.YTransaction
# AttributeError: module 'y_py' has no attribute 'YTransaction'