Hey,
python 3.9 introduced the | operator for union types. it would be nice to have something like that for optional types. maybe like

name: ? int
or
name: int ?

best regards
Sebastian Lübke