swh:1:snp:b37d435721bbd450624165f334724e3585346499
Raw File
Tip revision: 3782ba249bb838c02509fea8158ff99be704c3c9 authored by Philip Jägenstedt on 20 October 2016, 12:03:00 UTC
Write more tests for HTMLAllCollection (document.all)
Tip revision: 3782ba2
serve.py
from tools.serve import serve

def main():
    serve.main()
back to top