File size: 308 Bytes
9be4956 |
1 2 3 4 5 6 |
from tools.restaurants.apis import Restaurants
restaurant = Restaurants('/home/xj/toolAugEnv/code/toolConstraint/database/restaurants/clean_restaurant_2022.csv')
print(restaurant.run('New York'))
# x = x.replace(restaurant.run('New York'),"MASK")
# print("--------------")
# print(restaurant.run('New York')) |