#!/usr/local/bin/python3.8

import sys

from xpra.gtk_common.auth_dialog import main
sys.exit(main())
