If you run the code, by following readme tutorial from the atlas cli, following errors shown. ``` TypeError: 'type' object is not subscriptable ``` Syntax of list[], tuple[] are only supported since python3.9. This change makes this code runnable for python3.8 I made a pull request #20 for that. Thanks