HPI/my/body/sleep/main.py
2020-10-12 21:48:04 +02:00

11 lines
185 B
Python

from ... import jawbone
from ... import emfit
from .common import Combine
_combined = Combine([
jawbone,
emfit,
])
dataframe = _combined.dataframe
stats = _combined.stats