#!/data/data/com.termux/files/usr/bin/python3

""" Starts a slideshow of images with the desktop background
"""

import os

os.execvp("/data/data/com.termux/files/usr/share/cinnamon/cinnamon-slideshow/cinnamon-slideshow.py", (" ",))
