added imports feature

adds an import feature for getting complex unit arrangements from miz files
This commit is contained in:
spencer-ki
2022-02-25 18:12:49 -08:00
parent 58bdc17b00
commit 8160fc29ff
6 changed files with 196 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ sys.excepthook = handle_exception
maj_version = 0
minor_version = 4
minor_version = 5
version_string = str(maj_version) + "." + str(minor_version)
scenarios = []
red_forces_files = []