renamed classes to io_helpers

This commit is contained in:
Nicholas Dyer 2023-05-11 14:05:53 -04:00
parent 4e14204392
commit 535aa993a5
4 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import pygame
from . import sprites
from pocket_friends.hardware.gpio_handler import Constants
from ..classes.input_handler import InputHandler
from ..io_helpers.input_handler import InputHandler
class Surface(pygame.Surface):