swh:1:snp:b37d435721bbd450624165f334724e3585346499
Raw File
Tip revision: 654e0b74fd1188d763275afcae5ac000feaca468 authored by Aryeh Gregor on 28 August 2016, 13:57:22 UTC
Bring event.html in line with reality
Tip revision: 654e0b7
serve.py
from tools.serve import serve

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