#dataclasses

[ follow ]
Bootstrapping
fromGlyph
3 months ago

Stop Writing `__init__` Methods

Dataclasses in Python 3.7 simplified the creation of classes, making it easier to represent data structures without complex initialization methods.
[ Load more ]