File size: 176 Bytes
4b9d59b | 1 2 3 4 5 6 7 8 9 10 | """
Creative Tools Package
Provides video/audio processing capabilities using FFmpeg.
"""
from core.creative.ffmpeg_service import FFmpegService
__all__ = ["FFmpegService"]
|
4b9d59b | 1 2 3 4 5 6 7 8 9 10 | """
Creative Tools Package
Provides video/audio processing capabilities using FFmpeg.
"""
from core.creative.ffmpeg_service import FFmpegService
__all__ = ["FFmpegService"]
|