Revision 8177b07f1d519a0376f546fb7b3c0daf27ed17ce authored by kritisingh1 on 27 March 2018, 17:30:54 UTC, committed by kritisingh1 on 20 April 2018, 17:34:00 UTC
1 parent b4cd33a
Raw File
wpt
#!/usr/bin/env python

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