Add module docstring

master
Hektor Misplon 2023-12-09 20:48:54 +01:00
parent 54f887f7d4
commit 41568b9bc6
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/env python
# /usr/bin/env python3
"""
Pomodoro timer
# Pomodoro timer
#
# - Writes pomodoro timer to temporary file so dwmblocks
# statusbar can read it
# - Notification on session finish
# - Notification on break finish
- Writes pomodoro timer to temporary file so statusbar can read it
- Notification on session finish
- Notification on break finish
"""
import os
import atexit