Skip to content

Commit 42dd437

Browse files
Import all document types from __init__ (#127)
1 parent 83515af commit 42dd437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_ydoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66
from ._version import __version__ # noqa
7-
from .ydoc import YFile, YNotebook # noqa
7+
from .ydoc import YBlob, YFile, YNotebook, YUnicode # noqa
88

99
# See compatibility note on `group` keyword in
1010
# https://docs.python.org/3/library/importlib.metadata.html#entry-points

0 commit comments

Comments
 (0)