Files
home-assistant/utils/database/dataframes/__init__.py
T

8 lines
117 B
Python

"""Definition of dataframes."""
from .sensor_state import SensorStateSchema
__all__ = [
"SensorStateSchema",
]