6 lines
141 B
Python
6 lines
141 B
Python
from .jsinterp import JSInterpreter
|
|
from .jsgrammar import _NAME_RE
|
|
|
|
# ALERT stop usage of _NAME_RE!
|
|
__all__ = ['JSInterpreter', '_NAME_RE']
|