13 lines
270 B
Python
Executable File
13 lines
270 B
Python
Executable File
#!/usr/bin/python
|
|
# ==================================================================
|
|
# python script for Geant4Py test
|
|
#
|
|
#
|
|
# ==================================================================
|
|
import test00
|
|
|
|
print "importing created module...\n"
|
|
|
|
print test00.greet()
|
|
|