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