mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-06 06:52:07 +08:00
7640a6d5a4
Fix made updating fese to latest version
7 lines
150 B
Python
Executable file
7 lines
150 B
Python
Executable file
# -*- coding: utf-8 -*-
|
|
# License: GPL
|
|
|
|
from .container import FFprobeVideoContainer
|
|
from .stream import FFprobeSubtitleStream
|
|
|
|
__version__ = "0.2.6"
|