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"