Skip to main content

sleeping()

Description#

Draws an animation of Zumi sleeping on the screen.

Syntax#

sleeping()

Parameters#

None

Returns#

None

Example Code#
Python#
#Python code
from zumi.util.screen import Screen
screen = Screen()
screen.sleeping()