mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-07 23:37:58 +08:00
9 lines
193 B
Python
9 lines
193 B
Python
|
__title__ = 'trakit'
|
||
|
__version__ = '0.2.1'
|
||
|
__short_version__ = '0.2'
|
||
|
__author__ = 'RatoAQ'
|
||
|
__license__ = 'MIT'
|
||
|
__url__ = 'https://github.com/ratoaq2/trakit'
|
||
|
|
||
|
from .api import TrakItApi, trakit
|