Revision 2cfa0f419eab882fe7ef218107bd41cf780ec634 authored by jkereliuk on 04 April 2018, 13:05:19 UTC, committed by jkereliuk on 04 April 2018, 13:05:19 UTC
1 parent 6b3b9ca
Raw File
wpt
#!/usr/bin/env python

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