import os # Parse-only safety canary. If the AST helper ever EXECUTES this file instead # of merely PARSING it (ast.parse), it creates a file named SENTINEL in the # working directory. The test asserts SENTINEL never appears. os.system("touch SENTINEL")