7 lines
176 B
Python
7 lines
176 B
Python
"enables us to carry out a calculation and return an option's value"
|
|
|
|
# FIXME: import eosfunc here
|
|
def identical(name, config, *args):
|
|
return "identical" + name
|
|
|
|
|