diff options
-rw-r--r-- | hypervideo_gui/main_ui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index aff6ce2..378699c 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -48,6 +48,7 @@ __title__ = 'Simple Hypervideo Download GUI' class MainWindow(QMainWindow): + ''' MainWindow ''' def __init__(self): ''' Initial ''' super(MainWindow, self).__init__() |