Revision b4cdc8ff4bda43c826fe7911e6d8e035390b90fd authored by Marcos Cáceres on 16 April 2018, 07:19:19 UTC, committed by GitHub on 16 April 2018, 07:19:19 UTC
1 parent fa62ac0
Raw File
wpt
#!/usr/bin/env python

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