From 319cb0ef8abaad7737deeb8717b24975ff8286d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 12 Sep 2018 10:29:07 +0200 Subject: [PATCH] initial commit --- .gitignore | 2 ++ README | 0 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66dbf51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.egg-info +*.pyc diff --git a/README b/README new file mode 100644 index 0000000..e69de29