import model

if __name__ == '__main__':
    print(model.new_news(input('Message of the news:')))
    model.cleanup()