springboard.py 275 B

123456789101112
  1. from . import applet
  2. class Springboard(applet.Applet):
  3. """
  4. This applet is the main applet that show the grid of icon for each applet/apps that can be run
  5. by the environment.
  6. This applet is also responsible to start other applet and apps.
  7. """
  8. pass