mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 13:52:12 +08:00
342bb13bff
42428013 websocket patch from commaai/websocket-client.git 0fda5bb7 add jsonrpc 8139b06b add websocket_client git-subtree-dir: pyextra git-subtree-split: 4242801316e12c55e5b7c626331fbefad2e15e0c
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__)
|