diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-05 14:04:41 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-05 14:04:41 +0200 |
| commit | 6100010d6873845413aed22744470616992df603 (patch) | |
| tree | 5cefcd46851d06e0d9e9b09f578c13649582d075 /src/philo/event.py | |
| parent | 8a351c6d267c55445de7b7b40b1de3b16305bd02 (diff) | |
| download | philosophers_test-6100010d6873845413aed22744470616992df603.tar.gz philosophers_test-6100010d6873845413aed22744470616992df603.tar.bz2 philosophers_test-6100010d6873845413aed22744470616992df603.zip | |
Readded should be dead test
Diffstat (limited to 'src/philo/event.py')
| -rw-r--r-- | src/philo/event.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 <me@cacharle.xyz> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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 |
