view python/ir/__init__.py @ 171:3eb9b9e2958d

Improved IR code
author Windel Bouwman
date Wed, 03 Apr 2013 22:20:20 +0200
parents 4348da5ca307
children 5a7d37d615ee
line wrap: on
line source

from .module import *
from .instruction import *
from .builder import Builder