TODO: write a chatgpt build script that will
- format the code
- upgrade syntax to latest python
- add type annotations
- lint it (and autofix)
- find bugs by inspection (and autofix)
- fill in doc strings (this already exists)
Likely problems - ChatGPT wants to please, it may always assume that you always want something to be changed. In fact, if the code is fine, we don't want to change it.