I keep getting this error from this line
back_card = pygame.image.load("assets/card_graphic/go_fish/back_card.png")
back_card = pygame.image.load("assets/card_graphic/go_fish/back_card.png")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: No file 'assets/card_graphic/go_fish/back_card.png' found in working directory 'PythonGoFish/.project/source'.
source and assets are two folders in .project