25d1beec98
файл в /tmp
14 lines
189 B
Python
Executable File
14 lines
189 B
Python
Executable File
#!/usr/bin/python3
|
|
|
|
from func import *
|
|
|
|
def start():
|
|
try:
|
|
kill()
|
|
except FileNotFoundError:
|
|
setWallPeper()
|
|
setWallPeper()
|
|
|
|
if __name__ == '__main__':
|
|
start()
|