name : __init__.py
# PLY package
# Author: David Beazley ([email protected])

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

© 2026 UnknownSec