#!/usr/bin/env python
from dirhunt.exceptions import catch
from dirhunt.management import hunt

if __name__ == '__main__':
    catch(hunt)()
