From 421d154d302809867df32e3e4cf563af4a79af18 Mon Sep 17 00:00:00 2001
From: pal <you@example.com>
Date: Wed, 22 Jul 2020 15:18:43 +0200
Subject: [PATCH] Commenting Mouth class

---
 scripts/Mouth.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/scripts/Mouth.py b/scripts/Mouth.py
index 4044b6e..32435b2 100755
--- a/scripts/Mouth.py
+++ b/scripts/Mouth.py
@@ -1,8 +1,10 @@
 #!/usr/bin/env python
 
 """
-@Author: Bilgehan NAL
-This file has a class which defines the mouth of the baxter's face.
+@Author: Antonio Andriella
+This file has a class which defines the mouth of the Tiago's face.
+In the current version we decided to not use it
+Credits to Bilgehan NAL
 """
 
 from PIL import Image
-- 
GitLab