From d610cfc21e1d81edbbdfc50c48536cad59902255 Mon Sep 17 00:00:00 2001 From: Anson Date: Sat, 11 May 2019 20:12:48 -0700 Subject: [PATCH] rename files to fit convention --- stockBot.py => bot.py | 0 tickerInfo.py => functions.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename stockBot.py => bot.py (100%) rename tickerInfo.py => functions.py (100%) diff --git a/stockBot.py b/bot.py similarity index 100% rename from stockBot.py rename to bot.py diff --git a/tickerInfo.py b/functions.py similarity index 100% rename from tickerInfo.py rename to functions.py