#! /usr/bin/python3

# Python wrapper for cloud-id command

import sys

from cloudinit.cmd import cloud_id

sys.exit(cloud_id.main())
