Como inicializar o conjunto em python

#initialize a set
set_var = set()
Ugliest Unicorn