#!/usr/bin/env python3
""" Run check_tftp from its module """

from check_tftp import __main__
__main__.main()
