mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
5 lines
82 B
Python
5 lines
82 B
Python
#!/usr/bin/env python
|
|
from tools.serve import serve
|
|
|
|
def main():
|
|
serve.main()
|