Files
dragonpilot/pyextra/backports/__init__.py
Vehicle Researcher be5c2aef3a Merge pyextra subtree
2019-03-26 01:03:51 -07:00

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__)