mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-09 16:27:45 +08:00
4 lines
156 B
Python
4 lines
156 B
Python
|
__all__ = ['PyJsParser', 'parse', 'JsSyntaxError']
|
||
|
__author__ = 'Piotr Dabkowski'
|
||
|
__version__ = '2.2.0'
|
||
|
from .parser import PyJsParser, parse, JsSyntaxError
|