I love how readable #Python is until I go and do stuff like this:
model, tokenizer = globals()[f'model_{req_model}'], globals()[f'tokenizer_{req_model}']
I told one of our junior devs I could replace an entire block of their code with that line, but then also told them not to do that.