stable/freqtrade/exchange/types.py

6 lines
83 B
Python

from typing import Any, Dict
Ticker = Dict[str, Any]
Tickers = Dict[str, Ticker]