1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-23 06:21:05 +00:00
bazarr/libs/knowit/properties/audio/bitratemode.py
2020-03-18 15:33:54 -04:00

10 lines
181 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from ...property import Configurable
class BitRateMode(Configurable):
"""Bit Rate mode property."""
pass