<!-- If a section or line item is not applicable, please put `NA` at the end of the line We recommend tracking each non-trivial task as separate issue. To quickly do that, - list your task titles in the list below (it'll become title of the issue later) - after you submit this issue, you can quickly create issues for each task below from description of this issue. Refer to the link below for help. (https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-task-list-item) --> ------------------- ### Description The python example should allow a programmer to load a policy store from an environment variable. Like so: ``` CEDARLING_LOCAL_POLICY_STORE=some_file.json python example.py ``` ------------------- ### Prepare - [x] Read contribution guidelines - [x] Read license information ------------------ ### Identified code changes - [x] Add environment variable loading for policy store file ------------------- ### Test cases and code coverage N/A ------------------- ### Document the changes - [x] Document environment variable