# Copyright 2025 Google LLC
# SPDX-License-Identifier: Apache-2.0
"""A stub for the sample to come."""
def main() -> None:
"""Main entry point for the Vertex AI Reranker sample.
This function demonstrates how to use Vertex AI Reranker models
with the Genkit framework for improved search results.
"""
print('Hey')
if __name__ == '__main__':
main()