scratchattach
scratchattach copied to clipboard
some ids are int | str
e.g. comment.Comment.id should really ONLY be an int. Making it possibly a str means that you have to parse it using int() a lot.