#!python
""" Run check_pam from its module """
import sys

from check_pam import __main__
__main__.main(sys.argv[1:])
