Upgrading views manager in messages timeout

This commit is contained in:
Rafael Vargas
2022-08-16 18:19:17 -04:00
parent 2d27a2f080
commit 2794f1a6d0
9 changed files with 48 additions and 14 deletions

View File

@@ -8,3 +8,7 @@ class AbstractView(ABC):
def set_message(self, message) -> None:
pass
@abstractmethod
def stopView(self) -> None:
pass