mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-07 16:53:21 +00:00
5 lines
82 B
Python
5 lines
82 B
Python
|
# PLY package
|
||
|
# Author: David Beazley (dave@dabeaz.com)
|
||
|
|
||
|
__all__ = ['lex','yacc']
|