mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-28 10:38:26 +00:00
6 lines
208 B
Python
6 lines
208 B
Python
# coding=utf-8
|
|
|
|
from __future__ import absolute_import
|
|
from .registry import registry
|
|
from .mods import hearing_impaired, ocr_fixes, fps, offset, common, color
|
|
from .main import SubtitleModifications, SubMod
|