Revision 0cddb6844a669459eb30f0bcf175e16e38af2a54 authored by Luke Bjerring on 06 April 2018, 13:14:40 UTC, committed by Philip Jägenstedt on 06 April 2018, 13:14:40 UTC
1 parent 6dd3135
Raw File
wpt
#!/usr/bin/env python

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