A sneak peak at a future Python feature

$ python
>>> from __future__ import braces
File “<stdin>”, line 1
SyntaxError: not a chance
>>>

Nice.