added infrastructure code
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
Interfaces package for visual-semiotic-ai-analysis.
|
||||
Exposes repository interfaces for use throughout the project.
|
||||
"""
|
||||
|
||||
from .annotation_repository_interface import AnnotationRepositoryInterface
|
||||
from .job_repository_interface import JobRepositoryInterface
|
||||
from .image_repository_interface import ImageRepositoryInterface
|
||||
|
||||
__all__ = [
|
||||
"JobRepositoryInterface",
|
||||
"ImageRepositoryInterface",
|
||||
"AnnotationRepositoryInterface",
|
||||
]
|
||||
Reference in New Issue
Block a user