We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83515af commit 42dd437Copy full SHA for 42dd437
jupyter_ydoc/__init__.py
@@ -4,7 +4,7 @@
4
import sys
5
6
from ._version import __version__ # noqa
7
-from .ydoc import YFile, YNotebook # noqa
+from .ydoc import YBlob, YFile, YNotebook, YUnicode # noqa
8
9
# See compatibility note on `group` keyword in
10
# https://docs.python.org/3/library/importlib.metadata.html#entry-points
0 commit comments