Rename engineers/image_specialist.py to engineers/deformes3D.py
Browse files
engineers/{image_specialist.py → deformes3D.py}
RENAMED
|
@@ -95,4 +95,4 @@ try:
|
|
| 95 |
image_specialist_singleton = ImageSpecialist(workspace_dir=WORKSPACE_DIR)
|
| 96 |
except Exception as e:
|
| 97 |
logger.error(f"Não foi possível inicializar o ImageSpecialist: {e}", exc_info=True)
|
| 98 |
-
|
|
|
|
| 95 |
image_specialist_singleton = ImageSpecialist(workspace_dir=WORKSPACE_DIR)
|
| 96 |
except Exception as e:
|
| 97 |
logger.error(f"Não foi possível inicializar o ImageSpecialist: {e}", exc_info=True)
|
| 98 |
+
deformes3d_singleton = None
|