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