from __future__ import annotations
x = \
    5

# Also with multiple lines of backslashing
x = \
    \
    \
    \
    5
