Import sorting
This commit is contained in:
parent
bef4eb7967
commit
e2b842fefd
|
@ -1,13 +1,14 @@
|
|||
#!/usr/bin/python3
|
||||
import notify2
|
||||
from time import sleep
|
||||
from playsound import playsound
|
||||
import argparse
|
||||
import os
|
||||
from pystray import MenuItem as item
|
||||
import threading
|
||||
from time import sleep
|
||||
|
||||
import notify2
|
||||
import pystray
|
||||
from PIL import Image
|
||||
import argparse
|
||||
import threading
|
||||
from playsound import playsound
|
||||
from pystray import MenuItem as item
|
||||
|
||||
NAME = 'Eye Strain Reminder'
|
||||
MESSAGE = 'Friendly reminder to observe the 20-20-20 rule'
|
||||
|
@ -115,4 +116,4 @@ def main():
|
|||
notify_thread.join()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue