Files
geant4/environments/g4py/tests/test00/python3/test.py
T
2019-12-06 15:12:28 +01:00

12 lines
272 B
Python
Executable File

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