"""Interfaces API."""

from .vacuuminterface import FanspeedPresets, VacuumInterface

__all__ = ["FanspeedPresets", "VacuumInterface"]
