Files
30-seconds-of-code/website/web/Lib/site-packages/pycparser/ply/__init__.py
Rohit Tanwar e880709a0d website
2018-02-17 19:36:05 +05:30

6 lines
102 B
Python

# PLY package
# Author: David Beazley (dave@dabeaz.com)
__version__ = '3.9'
__all__ = ['lex','yacc']