view python/ir/__init__.py @ 181:216da5e46efc

Changed indent to 4 spaces to comply to convention
author Windel Bouwman
date Sat, 18 May 2013 17:45:26 +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