status-desktop/test/e2e/gui/main_window.py

10 lines
112 B
Python

import logging
_logger = logging.getLogger(__name__)
class MainWindow:
def __init__(self):
pass