from app import * def main(): RunWeb() if __name__ == "__main__": main()