From 6100010d6873845413aed22744470616992df603 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 5 Oct 2020 14:04:41 +0200 Subject: Readded should be dead test --- src/philo/event.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/philo/event.py') diff --git a/src/philo/event.py b/src/philo/event.py index ddcbe59..c589a97 100644 --- a/src/philo/event.py +++ b/src/philo/event.py @@ -6,12 +6,13 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/10/01 10:51:13 by cacharle #+# #+# # -# Updated: 2020/10/01 11:21:00 by cacharle ### ########.fr # +# Updated: 2020/10/05 13:51:48 by cacharle ### ########.fr # # # # ############################################################################ # import enum + class Event(enum.Enum): FORK = 1 EAT = 2 -- cgit