3 lines
67 B
Python
3 lines
67 B
Python
import pkgutil
|
|
|
|
__path__ = pkgutil.extend_path(__path__, __name__)
|