view python/ir/__init__.py @ 251:6ed3d3a82a63

Added another c3 example. First import attempt
author Windel Bouwman
date Mon, 29 Jul 2013 20:23:13 +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