Add missing module
This commit is contained in:
parent
e7c11ed2cf
commit
5f2a871637
7
freqtrade/data/common.py
Normal file
7
freqtrade/data/common.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
"""
|
||||||
|
Common datatypes
|
||||||
|
"""
|
||||||
|
from typing import List, Tuple
|
||||||
|
|
||||||
|
# List of pairs with their timeframes
|
||||||
|
ListPairsWithTimeframes = List[Tuple[str, str]]
|
Loading…
Reference in New Issue
Block a user