Files

9 lines
124 B
Python

import logging
from gui.elements.object import QObject
LOG = logging.getLogger(__name__)
class Button(QObject):
pass