14 lines
168 B
Python
Raw Normal View History

import logging
import typing
import allure
import driver
from gui.elements.object import QObject
LOG = logging.getLogger(__name__)
class Button(QObject):
2024-03-13 11:44:28 +03:00
pass