classes — reading what ai just wrote you5 / 9
instance vs class attributes — and the bug ai ships every time
Cursor wrote __init__ but left out the self. prefix on one
assignment. Without it, model is just a local variable that
disappears when __init__ returns — the instance never gets the
attribute.
Fill in the missing prefix on line 4 so the print at the bottom works.
Prefix:
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _