Night shift: tweet analyzer, data connectors, feed monitor, market watch portal
This commit is contained in:
4
tools/data_sources/__init__.py
Executable file
4
tools/data_sources/__init__.py
Executable file
@ -0,0 +1,4 @@
|
||||
"""Crypto & market data source connectors."""
|
||||
from pathlib import Path
|
||||
|
||||
DATA_SOURCES_DIR = Path(__file__).parent
|
||||
Reference in New Issue
Block a user