botbowl
botbowl copied to clipboard
Convert to dataclasses (PEP 557)
Makes the code readable and maintainable. Mainly applicable to core/model.py. Good to have done before starting with 2020 rules.
This would be a great improvement but I don't think it works for <3.7. Maybe it's still worth it.
True. I don't know how to reason about this. Maybe the lifespan of python releases is a good indication? In that case Python 3.6 will not receive updates after this year.