mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
4a0932b5d3
* Update ffsubsync to 0.4.11 * Update srt to 3.4.1
5 lines
102 B
Python
5 lines
102 B
Python
from .default_styles import DEFAULT_STYLES
|
|
from .theme import Theme
|
|
|
|
|
|
DEFAULT = Theme(DEFAULT_STYLES)
|