diff options
| -rw-r--r-- | Lib/defconQt/__main__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index 59cb671..18d7422 100644 --- a/Lib/defconQt/__main__.py +++ b/Lib/defconQt/__main__.py @@ -6,6 +6,7 @@ import sys  import os  from PyQt5.QtGui import QIcon +  def main():      if __name__ == "__main__":          main() | 
