Main: add __all__ and change wrong imports (#1824)

* Main: add __all__ and change wrong imports

* Adjusters: fix __version__ import
This commit is contained in:
black-sliver
2023-05-20 19:21:39 +02:00
committed by GitHub
parent b1c5456d18
commit 324d3cf042
8 changed files with 9 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ def adjustGUI():
StringVar, IntVar, Checkbutton, Frame, Label, X, Entry, Button, \
OptionMenu, filedialog, messagebox, ttk
from argparse import Namespace
from Main import __version__ as MWVersion
from Utils import __version__ as MWVersion
window = tk.Tk()
window.wm_title(f"Archipelago {MWVersion} OoT Adjuster")