8 lines
97 B
Python
8 lines
97 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
from func import *
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
kill()
|
||
|
setWallPeper()
|