#!/usr/bin/env python3 import * from web def HelloWorld(): web.do.it.all() if __name__ == "__main__": HelloWorld()