mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 13:46:35 +00:00
10 lines
112 B
Python
10 lines
112 B
Python
import logging
|
|
|
|
_logger = logging.getLogger(__name__)
|
|
|
|
|
|
class MainWindow:
|
|
|
|
def __init__(self):
|
|
pass
|