We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fb2b7 commit ba1c46cCopy full SHA for ba1c46c
1 file changed
src/textextractor/app.py
@@ -609,3 +609,7 @@ def main():
609
window = TextExtractorApp()
610
window.show()
611
sys.exit(app.exec())
612
+
613
614
+if __name__ == "__main__":
615
+ main()
0 commit comments