6 lines
106 B
Python
6 lines
106 B
Python
from __future__ import unicode_literals
|
|
|
|
from .jsinterp import JSInterpreter
|
|
|
|
__all__ = ['JSInterpreter']
|