WallPyPer/main.py

14 lines
189 B
Python
Raw Normal View History

2022-06-18 18:49:00 +00:00
#!/usr/bin/python3
from func import *
def start():
try:
kill()
except FileNotFoundError:
setWallPeper()
2022-06-18 18:49:00 +00:00
setWallPeper()
if __name__ == '__main__':
start()