sly/sly/__init__.py

6 lines
83 B
Python
Raw Normal View History

2016-09-02 21:07:32 +02:00
from .lex import *
from .yacc import *
__all__ = [ *lex.__all__, *yacc.__all__ ]