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

from check_soa_serials import __main__

__main__.main(sys.argv[1:])
