Revision 162e9dda47d694596620b69c5fb23cc7f0f87126 authored by Philip Jägenstedt on 04 April 2018, 06:14:57 UTC, committed by GitHub on 04 April 2018, 06:14:57 UTC
1 parent 2b3f901
Raw File
wpt
#!/usr/bin/env python

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