mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +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()
|