Geant4_10
test.py
Go to the documentation of this file.
1 #!/usr/bin/python
2 # ==================================================================
3 # python script for Geant4Py test
4 #
5 #
6 # ==================================================================
7 import test00
8 
9 print "importing created module...\n"
10 
11 print test00.greet()
12