Changing naming scene to fit with package building

This commit is contained in:
Mr Finchum 2025-01-02 17:07:20 +01:00
parent eb71883761
commit 9930488581
3 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
import re
import os
from datetime import datetime
from optima.image_handler import ImageProcessor, ExifHandler
from optima35.image_handler import ImageProcessor, ExifHandler
class OPTIMA35:
class OptimaManager:
def __init__(self):
self.name = "OPTIMA-35"
self.version = "0.5.0"
self.version = "0.6.0"
self.image_processor = ImageProcessor()
self.exif_handler = ExifHandler()