7 lines
123 B
Python
7 lines
123 B
Python
"""
|
|
视频处理模块
|
|
"""
|
|
from .processor import VideoProcessor, VideoResult
|
|
|
|
__all__ = ["VideoProcessor", "VideoResult"]
|