plugin.audio.librespot/resources/lib/deps/__init__.py

5 lines
82 B
Python
Raw Normal View History

2024-02-21 05:35:31 +00:00
import os
import sys
sys.path.insert(1, os.path.join(os.path.dirname(__file__)))