"""Example of Helloworld embedded script. This script illustrates how to print helloworld to the MineSight 3D message window. LICENSE AGREEMENT The Original Code is "helloworld.py". The Initial Developer of the Original Code is Leica Geosystems. Portions created by Leica Geosystems are Copyright (C) 2014 year. Leica Geosystems. All Rights Reserved. """ from grail import gsys def run_code(): """Displays helloworld to the message window """ print "Helloworld!" gmain = gsys.GMAIN(run_code)