diff --git a/caption_tune.py b/caption_tune.py index d48500d..e54e7b7 100644 --- a/caption_tune.py +++ b/caption_tune.py @@ -25,3 +25,7 @@ def modcap(text): return "a person standing just in front." else: return text + + +def testingFunc(): + pass