Changing naming scene to fit with package building
This commit is contained in:
parent
eb71883761
commit
9930488581
3 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue