cpython/Lib/__phello__/__init__.py

initialized = True

def main():
    print("Hello world!")

if __name__ == '__main__':
    main()