mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
9 lines
124 B
Python
9 lines
124 B
Python
import logging
|
|
from gui.elements.object import QObject
|
|
|
|
LOG = logging.getLogger(__name__)
|
|
|
|
|
|
class Button(QObject):
|
|
pass
|