music_album_creation.ffmpeg   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 5
rs 10
c 0
b 0
f 0
wmc 0
1
from .ffmpeg import FFMPEG
2
from .ffprobe import FFProbe
3
4
__all__ = ['FFMPEG', 'FFProbe']
5