Spaces:
Sleeping
Sleeping
Import Smolagents Tool
Browse files
tools/nasa_neo_data_fetcher.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
import requests
|
3 |
import json
|
4 |
from calendar import monthrange
|
|
|
5 |
|
6 |
class NASANeoDataFetcher(Tool):
|
7 |
name = "nasa_neo_data_fetcher"
|
|
|
2 |
import requests
|
3 |
import json
|
4 |
from calendar import monthrange
|
5 |
+
from smolagents.tools import Tool
|
6 |
|
7 |
class NASANeoDataFetcher(Tool):
|
8 |
name = "nasa_neo_data_fetcher"
|