summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/__init__.py
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-03-29 18:39:41 +0200
committerViljami Ilola <+@hix.fi>2024-03-29 18:39:41 +0200
commita9631796cf6d03946c6d1a72fba3cff554bd0f5c (patch)
tree27713cd7325aa55428f066b7fccdde0a74b862f9 /src/sliceitoff/screens/__init__.py
parent7765d20550a8d5680b624f6063b4d2b23a094fed (diff)
docstrings
Diffstat (limited to 'src/sliceitoff/screens/__init__.py')
-rw-r--r--src/sliceitoff/screens/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sliceitoff/screens/__init__.py b/src/sliceitoff/screens/__init__.py
index d448890..107d231 100644
--- a/src/sliceitoff/screens/__init__.py
+++ b/src/sliceitoff/screens/__init__.py
@@ -1,3 +1,5 @@
+""" screens - collection of functions that generates group of spites
+ to fill the screen """
from .welcome import welcome_screen
from .levelup import levelup_screen
from .gameover import gameover_screen