linuxOS_PX30_CAR/yocto/meta-qt5/lib/recipetool/__init__.py
2026-01-20 14:00:13 +08:00

4 lines
141 B
Python

# Enable other layers to have modules in the same named directory
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)