from strategy.ipo import boot def main(): boot.AutoBuyIpo() if __name__ == '__main__': main()