add my.body.sleep, combine together emfit/jawbone
This commit is contained in:
parent
e8e4994c02
commit
725597de97
5 changed files with 29 additions and 2 deletions
11
my/body/sleep/main.py
Normal file
11
my/body/sleep/main.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue