agentic-search/main.py

7 lines
83 B
Python

def main():
print("Hello from qwen3!")
if __name__ == "__main__":
main()