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.
2 parents bf088ec + 19930a8 commit eb5a8ecCopy full SHA for eb5a8ec
ydb/__init__.py
@@ -1,3 +1,7 @@
1
+from pkgutil import extend_path
2
+
3
+__path__ = extend_path(__path__, __name__)
4
5
from .credentials import * # noqa
6
from .driver import * # noqa
7
from .global_settings import * # noqa
0 commit comments