From a0aedfe432e9e9a9eb46552ce0d4f3162ef428d4 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Thu, 8 Feb 2018 14:28:44 -0300 Subject: [PATCH] Improved style in moulder/__init__.py --- moulder/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/moulder/__init__.py b/moulder/__init__.py index f4102c3..1817940 100644 --- a/moulder/__init__.py +++ b/moulder/__init__.py @@ -1,5 +1,6 @@ import sys from PyQt5.QtWidgets import QApplication + from .main_window import MoulderApp