2018-06-01 03:10:28 +02:00

6 lines
106 B
Python

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