mirror of https://github.com/morpheus65535/bazarr
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
|