Skip to content

Commit

Permalink
Restructured app
Browse files Browse the repository at this point in the history
  • Loading branch information
Claydough6 committed May 5, 2021
1 parent bab37c1 commit 8c26f55
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions resolution_gui/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from gui_main import ResolutionGUI

# start up the app
if __name__ == "__main__":
app = ResolutionGUI()
app.start()
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions gui_main.py → resolution_gui/gui_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,3 @@ def success(self, text):
def start(self):
self.root.mainloop()


# start up the app
if __name__ == "__main__":
app = ResolutionGUI()
app.start()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8c26f55

Please sign in to comment.