Trying to pull changes from TUI fork.
This commit is contained in:
parent
d66ef18e4e
commit
9f7619c65a
2 changed files with 4 additions and 1 deletions
2
main.py
2
main.py
|
@ -8,7 +8,7 @@ from ui.tui import SimpleTUI
|
|||
class Optima35:
|
||||
# The layout of class Optima35 was originally made by ChatGPT, but major adjustments have been made. To remain transparent, I disclose this.
|
||||
def __init__(self, settings_file, exif_options_file):
|
||||
self.name = "OPTIMA-35 TUI"
|
||||
self.name = "OPTIMA-35"
|
||||
self.version = "0.2.1"
|
||||
self.utilities = Utilities()
|
||||
self.image_processor = ImageProcessor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue