6 lines
136 B
Python
6 lines
136 B
Python
from libs.View import View
|
|
|
|
class MatrixButtons(View):
|
|
|
|
def __init__(self):
|
|
super().__init__("./views/items/matrix_buttons") |