mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
4 lines
155 B
Python
4 lines
155 B
Python
# This is a Python "namespace package" http://www.python.org/dev/peps/pep-0382/
|
|
from pkgutil import extend_path
|
|
__path__ = extend_path(__path__, __name__)
|