#!/usr/bin/python3

import sys

from telnetlib3.client import fingerprint_main


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