lean-dojo / LeanDojo

Tool for data extraction and interacting with Lean programmatically.
https://leandojo.org
MIT License
536 stars 80 forks source link

Using dotenv to load env variables #53

Closed josojo closed 1 year ago

josojo commented 1 year ago

This is just a small convenience helper to manage env variables.

(It seems you want to reduce dependencies, so a non-acceptance is fine :)

yangky11 commented 1 year ago

I think it's a good idea to use something like this to manage environment variables. I'll take a detailed look later. Thanks!