#!/usr/bin/env python

import sys
from iway_certbot_dns_auth import DnsChallengeHook

DnsChallengeHook().auth()

sys.exit(0)
