mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
5 lines
95 B
Python
Executable file
5 lines
95 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
from tools.wpt import wpt
|
|
wpt.main()
|