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 Presentation Layer.
|
||||
|
||||
Contains HTTP controllers, request/response models, and API route definitions.
|
||||
"""
|
||||
|
||||
from .controllers import VideoController, StreamingController
|
||||
from .schemas import VideoInfoResponse, VideoListResponse, StreamingInfoResponse
|
||||
from .routes import create_video_routes
|
||||
|
||||
__all__ = [
|
||||
"VideoController",
|
||||
"StreamingController",
|
||||
"VideoInfoResponse",
|
||||
"VideoListResponse",
|
||||
"StreamingInfoResponse",
|
||||
"create_video_routes",
|
||||
]
|
||||
Reference in New Issue
Block a user