move jawbone into my. from private provider

This commit is contained in:
Dima Gerasimov 2019-12-11 22:28:35 +00:00
parent 809281d5d7
commit cd804091c3
4 changed files with 22 additions and 14 deletions

View file

@ -7,8 +7,10 @@ from typing import Tuple, Iterator, List, Union
from my_configuration.holidays_data import HOLIDAYS_DATA
# pip3 install workalendar
from workalendar.europe import UnitedKingdom # type: ignore
cal = UnitedKingdom() # TODO FIXME specify in config
# TODO that should depend on country/'location' of residence I suppose?
Dateish = Union[datetime, date, str]