Cómo inicializar el set en Python

#initialize a set
set_var = set()
Ugliest Unicorn