mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +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()
|