run_article_title_exit_v1.py 117 B

12345678
  1. """
  2. @author: luojunhui
  3. """
  4. from flow_pool.exit_article_with_title import main
  5. if __name__ == '__main__':
  6. main()