diff python/ppci/compilers/__init__.py @ 99:6efbeb903777

movage
author windel
date Mon, 24 Dec 2012 15:03:30 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/ppci/compilers/__init__.py	Mon Dec 24 15:03:30 2012 +0100
@@ -0,0 +1,4 @@
+# File to make this directory a package.
+
+from .kscompiler import KsCompiler
+