added constants file
This commit is contained in:
parent
a02a7c288c
commit
47de78d8f9
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
|
||||||
Loading…
x
Reference in New Issue
Block a user