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"]