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