diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-01-07 15:11:12 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-01-07 15:11:12 +0000 |
| commit | 9b78da535700f561952d0b6498d84b187e9a1791 (patch) | |
| tree | 64951ee67c511350671702016ab1b69c3e7350b4 /src/runtime/python/pgf/__init__.py | |
| parent | 2c169406fcfa7a38cd89f8a6acbd0bb138d7c330 (diff) | |
now the Python binding has an alternative representation for abstract trees which is composed of Python objects. The new representation is not integrated with the core runtime yet
Diffstat (limited to 'src/runtime/python/pgf/__init__.py')
| -rw-r--r-- | src/runtime/python/pgf/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/python/pgf/__init__.py b/src/runtime/python/pgf/__init__.py new file mode 100644 index 000000000..07e164093 --- /dev/null +++ b/src/runtime/python/pgf/__init__.py @@ -0,0 +1,3 @@ +import pgf.expr +from pgf.binding import * +from pgf.expr import (readExpr_py) |
