# Create the coming-soon.php file content coming_soon_content = r''' Coming Soon | EasyVerify

Something new is coming.

We are currently working on this section. Check back soon for updates on our latest compliance tools and features.

''' with open('coming-soon.php', 'w') as f: f.write(coming_soon_content)