added week calculations, refactor mocks

This commit is contained in:
Mariano Ramon
2020-05-17 10:14:29 -03:00
parent 3e073a0e4b
commit 59964dcab3
6 changed files with 110 additions and 4 deletions

6
dmapp/config.py Normal file
View File

@@ -0,0 +1,6 @@
DESKTOPS = ("Work",
"Browse",
"Write",
"Learn",
"Idle",
"Self")