mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
5 lines
80 B
Python
Executable file
5 lines
80 B
Python
Executable file
#!/usr/bin/env python
|
|
import serve
|
|
|
|
if __name__ == "__main__":
|
|
serve.main()
|