6 lines
141 B
Python
Raw Normal View History

2016-12-04 19:15:35 +01:00
from .jsinterp import JSInterpreter
from .jsgrammar import _NAME_RE
2016-12-04 19:15:35 +01:00
# ALERT stop usage of _NAME_RE!
__all__ = ['JSInterpreter', '_NAME_RE']