#!/usr/bin/python3

import sys
sys.path.append("/usr/lib64/")
import kscreenlocker_sync_backgrounds

kscreenlocker_sync_backgrounds.main()
