mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
5 lines
60 B
Python
5 lines
60 B
Python
from tools.serve import serve
|
|
|
|
def main():
|
|
serve.main()
|