aboutsummaryrefslogtreecommitdiff
path: root/src/philo/__init__.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-27 17:53:53 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-27 17:53:53 +0200
commit51857521f770caae7b36e3a36a30d5b6986e66d1 (patch)
tree8b56e84794c6a3be67db33bc3d9cea435e2a2b2c /src/philo/__init__.py
parent20e0b28ec3c8e9e0a63759116a32438c18941a59 (diff)
downloadphilosophers_test-51857521f770caae7b36e3a36a30d5b6986e66d1.tar.gz
philosophers_test-51857521f770caae7b36e3a36a30d5b6986e66d1.tar.bz2
philosophers_test-51857521f770caae7b36e3a36a30d5b6986e66d1.zip
Added should be dead check, Moved philo classes in src/test/philo.py
Diffstat (limited to 'src/philo/__init__.py')
-rw-r--r--src/philo/__init__.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/philo/__init__.py b/src/philo/__init__.py
deleted file mode 100644
index f8cb07f..0000000
--- a/src/philo/__init__.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# ############################################################################ #
-# #
-# ::: :::::::: #
-# __init__.py :+: :+: :+: #
-# +:+ +:+ +:+ #
-# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
-# +#+#+#+#+#+ +#+ #
-# Created: 2020/09/27 16:06:28 by charles #+# #+# #
-# Updated: 2020/09/27 16:11:04 by charles ### ########.fr #
-# #
-# ############################################################################ #
-
-from philo.table import Table
-from philo.philo import Philo
-from philo.log import Log
-from philo.event import Event