Compare commits

..

No commits in common. "ee101063e45f6a93231ab0f9d5ca40b4bf6cb3b0" and "1b5a6948b4359f19a327cc6b3a6163bbce1568d6" have entirely different histories.

View File

@ -7,7 +7,7 @@ import pygame
from pygame.locals import *
from human import HumanContext
from utils import config_logging
from utils import config_logging, read_image
logger = logging.getLogger(__name__)
current_file_path = os.path.dirname(os.path.abspath(__file__))