TypeError: __init__() missing 2 required positional arguments: 'price_pil' and 'price_shariki'
button = tk.Button(window, text="Change/Assign prices", command=price)
def __getattribute__(self, name):
print(name)
return super().__getattribute__(name)