From 9b78da535700f561952d0b6498d84b187e9a1791 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 7 Jan 2013 15:11:12 +0000 Subject: 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 --- src/runtime/python/pgf/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/runtime/python/pgf/__init__.py (limited to 'src/runtime/python/pgf/__init__.py') 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) -- cgit v1.2.3