From f2f352bed7817a6f8cbd86bc31fe39f26d1fceda Mon Sep 17 00:00:00 2001 From: "mjt@mjturner.co.uk" Date: Sun, 2 Sep 2018 23:17:14 +0100 Subject: [PATCH] Orbs Game --- orbs/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/orbs/main.py b/orbs/main.py index 1fe5929..6ea7332 100644 --- a/orbs/main.py +++ b/orbs/main.py @@ -1,3 +1,6 @@ +""" +Orbs Game: Set your name and see the scores +""" ___name___ = "Orbs Game" ___license___ = "MIT" ___dependencies___ = ["app", "dialogs", "sim800", "ugfx_helper"]