#!/usr/bin/env python3
""" Run check_soa_serials from its module """
import sys

from check_soa_serials import __main__

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