@classmethod
    def from_ini(cls, ini):
        return cls({
            'name': field_from_ini(
                cls.name, ini,