Initial commit - production deployment
This commit is contained in:
11
services/training/app/models/training_models.py
Normal file
11
services/training/app/models/training_models.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# services/training/app/models/training_models.py
|
||||
"""
|
||||
Legacy file - TrainedModel has been moved to training.py
|
||||
This file is deprecated and should be removed after migration.
|
||||
"""
|
||||
|
||||
# Import the actual model from the correct location
|
||||
from .training import TrainedModel
|
||||
|
||||
# For backward compatibility, re-export the model
|
||||
__all__ = ["TrainedModel"]
|
||||
Reference in New Issue
Block a user