From 7d52e0a85c1e8b74ea87191587c8f4a7a0bc7319 Mon Sep 17 00:00:00 2001 From: DylanVsn <43576618+DylanVsn@users.noreply.github.com> Date: Wed, 6 Nov 2019 14:52:08 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9but=20sources,=20D=C3=89BUT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/carte.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/carte.py diff --git a/src/carte.py b/src/carte.py new file mode 100644 index 0000000..b04edc8 --- /dev/null +++ b/src/carte.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +""" +Les cartes sont sur 28×31 +""" \ No newline at end of file