1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-09 13:49:36 +00:00
bazarr/custom_libs/subzero/modification/__init__.py

7 lines
208 B
Python
Raw Normal View History

2018-10-31 17:08:29 +01:00
# coding=utf-8
2019-09-16 22:04:27 -04:00
from __future__ import absolute_import
2019-09-13 15:12:26 -04:00
from .registry import registry
from .mods import hearing_impaired, ocr_fixes, fps, offset, common, color
from .main import SubtitleModifications, SubMod