8 lines
117 B
Python
8 lines
117 B
Python
"""Definition of dataframes."""
|
|
|
|
from .sensor_state import SensorStateSchema
|
|
|
|
__all__ = [
|
|
"SensorStateSchema",
|
|
]
|