diff python/__init__.py @ 97:5a965e9664f2

Movage
author windel
date Mon, 24 Dec 2012 13:32:54 +0100
parents python/libs/widgets/__init__.py@99bf4f7d47f4
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/__init__.py	Mon Dec 24 13:32:54 2012 +0100
@@ -0,0 +1,5 @@
+# File to make this directory a package.
+
+from .codeeditor import CodeEdit
+from .astviewer import AstViewer
+