5 lines
113 B
Python
Executable File
5 lines
113 B
Python
Executable File
"""Crypto & market data source connectors."""
|
|
from pathlib import Path
|
|
|
|
DATA_SOURCES_DIR = Path(__file__).parent
|