ydb-python-sdk
ydb-python-sdk copied to clipboard
feature: add extend_path
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.