add my.body.sleep, combine together emfit/jawbone

This commit is contained in:
Dima Gerasimov 2020-10-09 22:34:38 +01:00 committed by karlicoss
parent e8e4994c02
commit 725597de97
5 changed files with 29 additions and 2 deletions

11
my/body/sleep/main.py Normal file
View file

@ -0,0 +1,11 @@
from ... import jawbone
from ... import emfit
from .common import Combine
_combined = Combine([
jawbone,
emfit,
])
dataframe = _combined.dataframe
stats = _combined.stats