2018-05-31 06:37:27 +02:00

6 lines
106 B
Python

from __future__ import unicode_literals
from .jsinterp import JSInterpreter
__all__ = ['JSInterpreter']