publish_news_item.py 118 B

12345
  1. import model
  2. if __name__ == '__main__':
  3. print(model.new_news(input('Message of the news:')))
  4. model.cleanup()