# encoding: utf-8

from gvsig import *

def main(*args):

    #Remove this lines and add here your code

    print "hola mundo"
    pass

