mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 09:25:04 +00:00
7 lines
106 B
Python
7 lines
106 B
Python
|
from . import trans as transliteration
|
||
|
|
||
|
|
||
|
def trans(query):
|
||
|
|
||
|
return transliteration.trans(query)
|