plugin.audio.librespot/lib/google/__init__.py

5 lines
82 B
Python

import os
import sys
sys.path.insert(1, os.path.join(os.path.dirname(__file__)))