mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
14 lines
168 B
Python
14 lines
168 B
Python
import logging
|
|
import typing
|
|
|
|
import allure
|
|
|
|
import driver
|
|
from gui.elements.object import QObject
|
|
|
|
LOG = logging.getLogger(__name__)
|
|
|
|
|
|
class Button(QObject):
|
|
pass
|