from wc.db import hello

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