view python/__init__.py @ 161:956f8e5ee48a

Improvements to code edit
author Windel Bouwman
date Sat, 09 Mar 2013 15:52:55 +0100
parents 5a965e9664f2
children
line wrap: on
line source

# File to make this directory a package.

from .codeeditor import CodeEdit
from .astviewer import AstViewer