# hello_world.py def hello_world(): print("Hello World from Hugging Face!") if __name__ == "__main__": hello_world()