from wc.web import hello

if __name__ == "__main__":
    hello.main()
    
