Python добавить атрибут к экземпляру класса
setattr(objectClass, "newAttribute", "new attr")
SkullLi
setattr(objectClass, "newAttribute", "new attr")