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