L3-Bataille-Navale/source/gui/texture/Replay.py

11 lines
247 B
Python

from .abc import Style
from .type import Texture
from source.path import path_image
path = path_image / "replay"
class Replay:
class Style1(Style):
previous = Texture(path / "previous.png")
next = Texture(path / "next.png")