HPI/my/body/sleep/main.py
2024-10-19 23:41:22 +01:00

10 lines
170 B
Python

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