12 lines
249 B
Python
Executable File
12 lines
249 B
Python
Executable File
#!/usr/bin/python
|
|
# ==================================================================
|
|
# python script for Geant4Py test
|
|
#
|
|
#
|
|
# ==================================================================
|
|
import test11
|
|
|
|
a= test11.AClass(1)
|
|
b= test11.AClass()
|
|
|