9 lines
177 B
Python
9 lines
177 B
Python
from . import _image_path
|
|
from .abc import Style
|
|
|
|
_image_path = _image_path + "grid/"
|
|
|
|
|
|
class Grid:
|
|
class Style1(Style):
|
|
background = _image_path + "background.png"
|