Skip to content

Commit eb5a8ec

Browse files
authored
Merge pull request #283 extend path for ydb.init
2 parents bf088ec + 19930a8 commit eb5a8ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
from pkgutil import extend_path
2+
3+
__path__ = extend_path(__path__, __name__)
4+
15
from .credentials import * # noqa
26
from .driver import * # noqa
37
from .global_settings import * # noqa

0 commit comments

Comments
 (0)