1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-11 01:13:41 +01:00
servo/tests/wpt/css-tests/serve.py

5 lines
82 B
Python

#!/usr/bin/env python
from tools.serve import serve
def main():
serve.main()