#! /usr/bin/python3 -sP


from wafw00f import main


if __name__ == '__main__':
    main.main()
