sly/sly/__init__.py
2016-09-02 14:07:32 -05:00

6 lines
83 B
Python

from .lex import *
from .yacc import *
__all__ = [ *lex.__all__, *yacc.__all__ ]