mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-12 02:22:56 +08:00
12 lines
318 B
Python
12 lines
318 B
Python
from .ssafile import SSAFile
|
|
from .ssaevent import SSAEvent
|
|
from .ssastyle import SSAStyle
|
|
from . import time, formats, cli
|
|
from .exceptions import *
|
|
from .common import Color, VERSION
|
|
|
|
#: Alias for :meth:`SSAFile.load()`.
|
|
load = SSAFile.load
|
|
|
|
#: Alias for :meth:`pysubs2.time.make_time()`.
|
|
make_time = time.make_time
|