mirror of https://github.com/morpheus65535/bazarr
5 lines
104 B
Python
5 lines
104 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
from .resolution import ResolutionRule
|