File size: 68 Bytes
07b77ff
 
 
 
1
2
3
4
import os

api_key = os.environ.get("GOOGLE_API_KEY")
print(api_key)