Skip to content

Instantly share code, notes, and snippets.

View lukecan's full-sized avatar
🎯
Focusing

Mert Can Genc lukecan

🎯
Focusing
  • Antalya, Turkey
View GitHub Profile
from pprint import pprint
import requests
SHEETY_PRICES_ENDPOINT = YOUR SHEETY PRICES ENDPOINT URL
class DataManager:
def __init__(self):
self.destination_data = {}