From b75fa39f76b3aeda9b77ede0a24c2c38e153428a Mon Sep 17 00:00:00 2001 From: stevengum <14935595+stevengum@users.noreply.github.com> Date: Wed, 19 Jun 2019 16:08:52 -0700 Subject: [PATCH] rename flask core-bot main.py -> app.py --- samples/python-flask/13.core-bot/{main.py => app.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename samples/python-flask/13.core-bot/{main.py => app.py} (100%) diff --git a/samples/python-flask/13.core-bot/main.py b/samples/python-flask/13.core-bot/app.py similarity index 100% rename from samples/python-flask/13.core-bot/main.py rename to samples/python-flask/13.core-bot/app.py