#!/usr/bin/env python
from amazon_dash.exceptions import catch
from amazon_dash.management import cli

if __name__ == "__main__":
    catch(cli)()
