view python/__init__.py @ 105:6a303f835c6d

Removed compilers directory
author Windel Bouwman
date Mon, 31 Dec 2012 17:35:17 +0100
parents 5a965e9664f2
children
line wrap: on
line source

# File to make this directory a package.

from .codeeditor import CodeEdit
from .astviewer import AstViewer