#dataclasses

[ follow ]
fromGlyph
1 week ago
Bootstrapping

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 ]