view python/ir/__init__.py @ 272:e64bae57cda8

refactor ir
author Windel Bouwman
date Sat, 31 Aug 2013 17:58:54 +0200
parents cf7d5fb7d9c8
children ea93e0a7a31e
line wrap: on
line source

from .module import Module, Function, Block
from .instruction import *
from .builder import Builder