Skip to content
Snippets Groups Projects
web.py 247 B
Newer Older
  • Learn to ignore specific revisions
  • thomaswoehlke's avatar
    thomaswoehlke committed
    from covid19 import run_web
    
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    # ---------------------------------------------------------------------------------
    #  MAIN
    # ---------------------------------------------------------------------------------
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    
    if __name__ == '__main__':
        run_web()