From 16a857314ebbc64cd61dd4e9f2526078be0e4b2f Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 1 Jun 2023 19:45:45 -0300 Subject: [PATCH] (feat) add constants --- constants.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 constants.py diff --git a/constants.py b/constants.py new file mode 100644 index 0000000..7336e6e --- /dev/null +++ b/constants.py @@ -0,0 +1,2 @@ +CANDLES_DATA_PATH = "data/candles" +DOWNLOAD_CANDLES_CONFIG_YML = "hummingbot_files/scripts_configs/data_downloader_config.yml"