renamed classes to io_helpers
This commit is contained in:
parent
4e14204392
commit
535aa993a5
@ -1,7 +1,7 @@
|
|||||||
import pygame
|
import pygame
|
||||||
from . import sprites
|
from . import sprites
|
||||||
from pocket_friends.hardware.gpio_handler import Constants
|
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):
|
class Surface(pygame.Surface):
|
||||||
|
Loading…
Reference in New Issue
Block a user