Andres Laurito

Results 2 issues of Andres Laurito

### Use-case We would like to setup via terraform a different token expiration time per recipient. We have several data assets that expose public data in which the expiration time...

feature

Hi! I was going through script [explore1.py](https://github.com/fluentpython/example-code-2e/blob/master/22-dyn-attr-prop/oscon/explore1.py) from chapter 22, in particular in the [__init__ method](https://github.com/fluentpython/example-code-2e/blob/master/22-dyn-attr-prop/oscon/explore1.py#L56) and I wrote the following code instead of the code in the script: ```...