Add missing module
This commit is contained in:
@@ -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