4 lines
62 B
Python
4 lines
62 B
Python
|
|
from .main_window import MainWindow
|
||
|
|
|
||
|
|
__all__ = ["MainWindow"]
|