mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
6 lines
82 B
Python
6 lines
82 B
Python
#!/usr/bin/env python
|
|
from tools.serve import serve
|
|
|
|
def main():
|
|
serve.main()
|