ro-py / ro.py

ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
https://ro.py.jmk.gg/
MIT License
115 stars 46 forks source link

Turn ro.py objects into Python dataclasses #41

Closed jmkd3v closed 3 years ago

jmkd3v commented 3 years ago

The Python 3.7 feature "Dataclasses" could be very useful for ro.py. Our objects, like User, should be immutable as the only way to return new information is generating a new object entirely. https://docs.python.org/3.9/library/dataclasses.html

jmkd3v commented 3 years ago

Closed until v2.1.x.