This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
from dataclasses import dataclass | |
from typing import Dict, List, Optional, Union | |
import os | |
from abc import ABC, abstractmethod | |
# import requests | |
from unittest.mock import Mock | |
# External service interface for base price |