ydb-python-sdk icon indicating copy to clipboard operation
ydb-python-sdk copied to clipboard

feature: add extend_path

Open rekby opened this issue 1 year ago • 0 comments

Feature Request

add

import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

to ydb/init.py

It will allow to use other packages with prefix ydb from different folders of syspath.

rekby avatar Apr 10 '23 10:04 rekby