from pathlib import Path code = r''' News And Declarations — Nur Group Mühendislik Makina
Nur Group News Center

News, Announcements and Project Updates

Follow the latest news about Nur Group’s production, export, engineering, construction machinery attachments, steel fabrication and custom manufacturing projects.

Production Field and factory updates
Export Global market and deliveries
Engineering Technical solutions and projects
All News

News and Declarations

April 5, 2025

NG ATTACHMENTS

This post is also available in: Turkish German French Russian Spanish Arabic Bulgarian Greek Portuguese (Portugal) Romanian Construction equipment attachments Heavy machinery parts Industrial...

Read More
W ''' out_php = Path('/mnt/data/nur-group-premium-news-page-template.php') out_txt = Path('/mnt/data/nur-group-premium-news-page-template.txt') out_php.write_text(code, encoding='utf-8') out_txt.write_text(code, encoding='utf-8') print(f"PHP hazır: {out_php}") print(f"TXT hazır: {out_txt}")