#!/opt/anaconda1anaconda2anaconda3/bin/python
if __name__ == '__main__':
    import sys
    import slugify.cli

    sys.exit(slugify.cli.main())
