00001 # 00002 # PyMite - A flyweight Python interpreter for 8-bit and larger microcontrollers. 00003 # Copyright 2002 Dean Hall. All rights reserved. 00004 # PyMite is offered through one of two licenses: commercial or open-source. 00005 # See the LICENSE file at the root of this package for licensing details. 00006 # 00007 00008 # 00009 # Runs the interactive interpreter 00010 # 00011 00012 print "Hello" 00013 00014 import ipm 00015 ipm.ipm(globals()) 00016 00017 print "Good-bye"