4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
|
def fromSecret(name):
|
||
|
return {
|
||
|
"from_secret": name
|
||
|
}
|