Revision 0823b532c7cb750c90e8353fda3824a531a96c64 authored by Michael[tm] Smith on 17 August 2015, 02:09:28 UTC, committed by Michael[tm] Smith on 17 August 2015, 10:02:28 UTC
Part of https://github.com/w3c/web-platform-tests/issues/2033
1 parent 75965c6
Raw File
serve
#!/usr/bin/env python
import serve

if __name__ == "__main__":
    serve.main()
back to top