From 17b8fc59ccad85014d3faba2fcd15bb3db6b5977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Szumy=C5=82owicz?= Date: Sat, 1 Sep 2018 21:50:12 +0100 Subject: [PATCH] better description --- beer/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beer/main.py b/beer/main.py index b058a2d..92c3d4f 100644 --- a/beer/main.py +++ b/beer/main.py @@ -1,4 +1,6 @@ """What's on tap?! + +Get up to date information on what's in stock at The Robot Arms! """ ___name___ = "beer" ___license___ = "MIT"