Skip to content

Commit

Permalink
simplify gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Oct 7, 2023
1 parent 6a0e984 commit 0e4162e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
5 changes: 1 addition & 4 deletions gui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
from imdataset_creator.gui.main_window import main


main()
import imdataset_creator.gui.__main__
12 changes: 1 addition & 11 deletions imdataset_creator/gui/__main__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
import json
import os
import sys

from pathlib import Path

from PySide6 import QtWidgets

# this is one of those words that look wierd when you hear it alot
from .main_window import main


if __name__ == "__main__":
main()
main()

0 comments on commit 0e4162e

Please sign in to comment.