view python/target/__init__.py @ 291:b07d28a5ca56

Added some forgotten files
author Windel Bouwman
date Thu, 28 Nov 2013 20:31:47 +0100
parents 7b38782ed496
children 534b94b40aa8
line wrap: on
line source

#!/usr/bin/env python

from .basetarget import Nop, Instruction, Label, Target, Comment, Alignment
from .basetarget import Imm32, DebugInfo
#from .armtarget import armtarget
#from .msp430target import msp430target

#target_list = [armtarget, msp430target]