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