12 lines
272 B
Python
Executable File
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())
|