Theres no real reason someone should be reading this Theres a link at the bottom of main.py for the actual tutorial I'm following Note: .mp3 files shown in the video don't work
import os import sys
BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(file))) sys.path.append(BASE_PATH)