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