mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-15 20:24:42 +08:00
3 lines
102 B
Python
3 lines
102 B
Python
# -*- coding: utf-8 -*-
|
|
from .version import __version__ # noqa
|
|
from .ffsubsync import main # noqa
|