#!/usr/bin/python3

import sys

from wsdiscovery.cmdline import discover


if __name__ == "__main__":
    sys.exit(discover())
