Add VideoStreamController and VideoStreamWorker classes for video processing
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
3
app/video_stream/__init__.py
Normal file
3
app/video_stream/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .controller import VideoStreamController
|
||||
|
||||
__all__ = ['VideoStreamController']
|
||||
Reference in New Issue
Block a user