1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-12 23:23:09 +00:00
bazarr/libs/knowit/properties/video/encoder.py

11 lines
182 B
Python
Raw Normal View History

2020-03-18 15:33:54 -04:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from ...property import Configurable
class VideoEncoder(Configurable):
"""Video Encoder property."""
pass