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