Revision 8c082b2469660135ce3347f01fb972f46932930c authored by Michael[tm] Smith on 06 March 2018, 06:25:24 UTC, committed by Michael[tm] Smith on 06 March 2018, 06:52:33 UTC
1 parent c031760
Raw File
wpt
#!/usr/bin/env python

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