view python/ir/__init__.py @ 211:99164160fb0b

Added another missing file
author Windel Bouwman
date Sat, 29 Jun 2013 10:10:45 +0200
parents 5a7d37d615ee
children 5ec7580976d9
line wrap: on
line source

from .module import *
from .instruction import *
from .function import Function
from .builder import Builder
from .basicblock import BasicBlock