added constants file
This commit is contained in:
5
market_trade/constants.py
Normal file
5
market_trade/constants.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import pathlib
|
||||||
|
|
||||||
|
ROOT_PATH = pathlib.Path(__file__).parent.parent
|
||||||
|
_CANDLESTICK_DATASETS_RELATIVE_PATH = pathlib.Path('data/candlesticks')
|
||||||
|
CANDLESTICK_DATASETS_PATH = ROOT_PATH / _CANDLESTICK_DATASETS_RELATIVE_PATH
|
||||||
Reference in New Issue
Block a user