diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-29 18:39:41 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-29 18:39:41 +0200 |
commit | a9631796cf6d03946c6d1a72fba3cff554bd0f5c (patch) | |
tree | 27713cd7325aa55428f066b7fccdde0a74b862f9 /src/sliceitoff/screens/welcome.py | |
parent | 7765d20550a8d5680b624f6063b4d2b23a094fed (diff) |
docstrings
Diffstat (limited to 'src/sliceitoff/screens/welcome.py')
-rw-r--r-- | src/sliceitoff/screens/welcome.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sliceitoff/screens/welcome.py b/src/sliceitoff/screens/welcome.py index f3fd25e..7078f1f 100644 --- a/src/sliceitoff/screens/welcome.py +++ b/src/sliceitoff/screens/welcome.py @@ -1,6 +1,8 @@ +""" screens.welcome - name, objective and scoring """ from text import TextPage def welcome_screen(): + """ welcome_screen - could be also considered as instruction screen """ return TextPage( " Slice it off!\n" " \n" |