my.body.exercise: add more annotations & ci check

This commit is contained in:
Dima Gerasimov 2020-10-03 15:10:10 +01:00
parent 8acc3ae27b
commit 0a39fa1f8d
4 changed files with 31 additions and 25 deletions

View file

@ -2,7 +2,7 @@
Feel free to remove this if you don't need it/add your own custom settings and use them
"""
from my.core import Paths
from my.core import Paths, PathIsh
class hypothesis:
# expects outputs from https://github.com/karlicoss/hypexport
@ -23,3 +23,6 @@ class reddit:
class endomondo:
export_path: Paths = ''
class exercise:
workout_log: PathIsh = '/some/path.org'