Chore: rename api->camera-management-api and web->management-dashboard-web-app; update compose, ignore, README references
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Video Domain Layer.
|
||||
|
||||
Contains pure business logic and domain models for video operations.
|
||||
No external dependencies - only Python standard library and domain concepts.
|
||||
"""
|
||||
|
||||
from .models import VideoFile, VideoMetadata, StreamRange
|
||||
from .interfaces import VideoRepository, VideoConverter, MetadataExtractor
|
||||
|
||||
__all__ = [
|
||||
"VideoFile",
|
||||
"VideoMetadata",
|
||||
"StreamRange",
|
||||
"VideoRepository",
|
||||
"VideoConverter",
|
||||
"MetadataExtractor",
|
||||
]
|
||||
Reference in New Issue
Block a user