mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-21 19:07:44 +01:00
2110eb9855
This reverts commit 982594a4a5.
4 lines
76 B
Python
4 lines
76 B
Python
from pkgutil import extend_path
|
|
|
|
__path__ = extend_path(__path__, __name__)
|