#!/usr/bin/env python

"""uWSGI local DNS resolver executable."""

from uwsgidns.main import main

if __name__ == '__main__':
    main()
