Files
geant4/environments/g4py/tests/test07/test.py
T
2016-06-09 14:44:26 +02:00

15 lines
341 B
Python
Executable File

#!/usr/bin/python
# ==================================================================
# python script for Geant4Py test
#
#
# ==================================================================
import test07
acolor= test07.Color().red
print acolor==test07.Color().red
print acolor==test07.Color().blue
print acolor==test07.Color().yellow