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

11 lines
214 B
Python

from . import path
from .abc import Style
path = path / "input"
class Input:
class Style1(Style):
normal = path / "normal.png"
active = path / "active.png"
error = path / "error.png"