Open anaselmi opened 6 years ago
Just to let you know, there's a backport for Python 3.6.
pip install dataclasses
I did see that, but I'm planning on updating to Python 3.7 anyways because it doesn't clash with any of my code, and I'd rather not have to import dataclasses only to delete said imports in a few days. Also, I'm probably not going to work on components before Python 3.7 is out anyways.
Python 3.7 has been released
Dataclasses can be used for a lot of components.