v2.0.1
- Removes the strict requirement for resolved classes to have
__init__
methods defined, to add support forProtocols that do not define an
__init__method (thus using*args,**kwargs,
akhundMurad's contribution. - Corrects a code smell, replacing an
icounter withenumerate,
GLEF1X's contribution.