To set and get environment variables in Python you can just use the os module: import os # Set environment variables os.environ['API_USER'] ...
確定! 回上一頁