#!/www/python/bin/python
#
# microscope : Starting script for the Tkinter client
#
# Distributed under the terms described in the LICENCE file.
#
# Developed by akuchlin@mems-exchange.org
#
 
__revision__ = "$Id: microscope,v 1.19 2002/02/20 17:41:02 akuchlin Exp $"

from mems.instrument.client.tk import application
application.run()

