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

11 lines
225 B
Python

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