#!/usr/bin/python3
from qui.tools.qubes_device_agent import main
import sys
if __name__ == '__main__':
	sys.exit(main())
