Разобрался
model1 = 0
model2 = 1
model3 = 2
another_model1 = 10
another_model2 = 20
another_model3 = 30
19 Июн 2020
Ещё маленькое уточнение
another_model1 + model1 = 10
another_model2 + model1 = 20
another_model3 + model2 = 30
[...]
another_model1 + model3 = 12
another_model2 + model3 = 22
another_model3 + model3 = 32