status-desktop/test/ui-pytest/gui/main_window.py
2023-07-10 17:55:10 +02:00

10 lines
112 B
Python

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