added infrastructure code
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
Repositories package for visual-semiotic-ai-analysis.
|
||||
Exposes repository implementations for use throughout the project.
|
||||
"""
|
||||
|
||||
from .annotation_repository import AnnotationRepository
|
||||
from .image_repository import ImageRepository
|
||||
from .job_repository import JobRepository
|
||||
|
||||
__all__ = [
|
||||
"AnnotationRepository",
|
||||
"ImageRepository",
|
||||
"JobRepository",
|
||||
]
|
||||
Reference in New Issue
Block a user