view ply-3.8/ply/__init__.py @ 7826:f47599107ac8

<oerjan> learn Wisdoom is realizing just too late how you could have avoided your demise.
author HackBot
date Fri, 06 May 2016 01:12:17 +0000
parents 343ff337a19b
children
line wrap: on
line source

# PLY package
# Author: David Beazley (dave@dabeaz.com)

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