Add missing module
This commit is contained in:
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]]
|
Reference in New Issue
Block a user