From 4bf494e09385304cb1886c2e5c2c7e10ac6f131a Mon Sep 17 00:00:00 2001 From: wuliaozhiji Date: Mon, 28 Feb 2022 19:35:47 -0500 Subject: [PATCH] [M[ Move sources to src/ --- GraphicsCardScripts.iml | 4 +++- requirements.txt | 0 .../BestbuyGpuValueCalculator.js | 0 src/StockTrackingBot.py | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 requirements.txt rename BestbuyGpuValueCalculator.js => src/BestbuyGpuValueCalculator.js (100%) create mode 100644 src/StockTrackingBot.py diff --git a/GraphicsCardScripts.iml b/GraphicsCardScripts.iml index ad3c0a3..d3ce09f 100644 --- a/GraphicsCardScripts.iml +++ b/GraphicsCardScripts.iml @@ -2,7 +2,9 @@ - + + + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29 diff --git a/BestbuyGpuValueCalculator.js b/src/BestbuyGpuValueCalculator.js similarity index 100% rename from BestbuyGpuValueCalculator.js rename to src/BestbuyGpuValueCalculator.js diff --git a/src/StockTrackingBot.py b/src/StockTrackingBot.py new file mode 100644 index 0000000..09d65dc --- /dev/null +++ b/src/StockTrackingBot.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + pass \ No newline at end of file