Revision 8f9d8e97bc197888e5f396f971e1c5e7c83f11b3 authored by L. David Baron on 09 April 2018, 07:36:55 UTC, committed by Geoffrey Sneddon on 09 April 2018, 07:36:55 UTC
1 parent 85191e1
Raw File
wpt
#!/usr/bin/env python

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