Files
SPARC/main.py
T
2025-11-15 22:13:31 -05:00

6 lines
73 B
Python

import SPARC.serp_api
a = SPARC.serp_api.SERP.query('nvidia')
print(a)