import pygame
import os
from pygame.locals import *

# Set working directory
os.chdir('w:/11/hayden.derohan/Programming/Practice/PyGEMeye/TutPlatformerMini')

# Print current working directory
print("Current working directory:", os.getcwd())