#!/usr/bin/python3 # ================================================================== # python script for Geant4Py test # # # ================================================================== import test00 print("importing created module...\n") print(test00.greet())