final pass

This commit is contained in:
João Moura
2024-09-16 06:16:48 -03:00
parent 8ca0821718
commit e5ff0363d9
95 changed files with 13936 additions and 17097 deletions

View File

@@ -1,5 +1,5 @@
class Printer:
def print(self, content: str, color: str):
def print(self, content: str, color: str = None):
if color == "purple":
self._print_purple(content)
elif color == "red":