summaryrefslogtreecommitdiff
path: root/ply/__init__.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2020-02-22 15:57:54 -0600
committerDavid Beazley <dave@dabeaz.com>2020-02-22 15:57:54 -0600
commit1fac9fed647909b92f3779dd34beb8564f6f247b (patch)
treec520f1c56791c541105c1023c8dd68d99853ad8b /ply/__init__.py
parent1321375e013425958ea090b55aecae0a4b7face6 (diff)
downloadply-1fac9fed647909b92f3779dd34beb8564f6f247b.tar.gz
Massive refactoring/cleanup
Diffstat (limited to 'ply/__init__.py')
-rw-r--r--ply/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ply/__init__.py b/ply/__init__.py
index 6f768b7..8783862 100644
--- a/ply/__init__.py
+++ b/ply/__init__.py
@@ -1,5 +1,6 @@
# PLY package
# Author: David Beazley (dave@dabeaz.com)
+# https://dabeaz.com/ply/index.html
__version__ = '4.0'
__all__ = ['lex','yacc']