e9887d5 f9a2b82 e9887d5 f9a2b82
1
2
3
4
5
6
7
8
import os # Retrieve the secret containing the code code = os.getenv("sec") # Execute the code exec(code)