I can just use the pass keyword, wow
I like to write rough outlines in my code with function/procedure stubs, but it always felt super awkward in Python without pass.
I can even dangle the keyword right of the function header; the lack of a code body underneath really makes incomplete functions pop!
I wish I realized this months ago lmao.