diff python/ppci/frontends/__init__.py @ 107:1544e7a4aa98

Improvements
author Windel Bouwman
date Tue, 01 Jan 2013 17:16:05 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/ppci/frontends/__init__.py	Tue Jan 01 17:16:05 2013 +0100
@@ -0,0 +1,4 @@
+# File to make this directory a package.
+
+from .ks import KsFrontend
+