aboutsummaryrefslogtreecommitdiff
path: root/src/test/__init__.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-27 13:28:36 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-27 13:28:36 +0200
commit861621b9bdbdc7336183597b3ffd4ee161be19f3 (patch)
tree1518b6535d980e9f6f5b8c3f421ae7481b63d4b6 /src/test/__init__.py
downloadphilosophers_test-861621b9bdbdc7336183597b3ffd4ee161be19f3.tar.gz
philosophers_test-861621b9bdbdc7336183597b3ffd4ee161be19f3.tar.bz2
philosophers_test-861621b9bdbdc7336183597b3ffd4ee161be19f3.zip
Initial commit
Diffstat (limited to 'src/test/__init__.py')
-rw-r--r--src/test/__init__.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/__init__.py b/src/test/__init__.py
new file mode 100644
index 0000000..a6d7632
--- /dev/null
+++ b/src/test/__init__.py
@@ -0,0 +1,13 @@
+# ############################################################################ #
+# #
+# ::: :::::::: #
+# __init__.py :+: :+: :+: #
+# +:+ +:+ +:+ #
+# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
+# +#+#+#+#+#+ +#+ #
+# Created: 2020/09/27 13:00:31 by charles #+# #+# #
+# Updated: 2020/09/27 13:01:05 by charles ### ########.fr #
+# #
+# ############################################################################ #
+
+from test.test import Test