aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pycparser/pycparser/ply/__init__.py
blob: ed040086b583ecb85f64fa6f274cb895b96f7d43 (plain) (blame)
1
2
3
4
5
# PLY package
# Author: David Beazley (dave@dabeaz.com)

__version__ = '3.9' 
__all__ = ['lex','yacc']