Python Tambahkan atribut ke instance kelas

setattr(objectClass, "newAttribute", "new attr")
SkullLi