comparison python/ir/__init__.py @ 274:ea93e0a7a31e

Move docs
author Windel Bouwman
date Wed, 04 Sep 2013 17:35:06 +0200
parents e64bae57cda8
children 6f2423df0675
comparison
equal deleted inserted replaced
273:6b3a874edd6e 274:ea93e0a7a31e
1 from .module import Module, Function, Block 1 from .module import *
2 from .instruction import *
3 from .builder import Builder 2 from .builder import Builder
4 3