Raw File
wpt
#!/usr/bin/env python

if __name__ == "__main__":
    from tools.wpt import wpt
    wpt.main()
back to top