This repository has been archived on 2023-04-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CloudBot/plugins/pycparser/pycparser/ply/__init__.py
2012-02-27 22:46:47 -08:00

4 lines
82 B
Python
Executable file

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