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