comparison 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
comparison
equal deleted inserted replaced
96:a350055d6119 97:5a965e9664f2
1 # File to make this directory a package.
2
3 from .codeeditor import CodeEdit
4 from .astviewer import AstViewer
5