aboutsummaryrefslogtreecommitdiff
path: root/src/philo/__init__.py
blob: 5915e2b821dba3934e5c2fd5dcfa1b08627e4543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ############################################################################ #
#                                                                              #
#                                                         :::      ::::::::    #
#    __init__.py                                        :+:      :+:    :+:    #
#                                                     +:+ +:+         +:+      #
#    By: cacharle <me@cacharle.xyz>                 +#+  +:+       +#+         #
#                                                 +#+#+#+#+#+   +#+            #
#    Created: 2020/10/01 10:50:41 by cacharle          #+#    #+#              #
#    Updated: 2020/10/01 11:08:00 by cacharle         ###   ########.fr        #
#                                                                              #
# ############################################################################ #

from philo.philo import Philo
from philo.table import Table
from philo.log   import Log
from philo.event import Event
import philo.error as error