File: __init__.py

package info (click to toggle)
python-miio 0.5.12-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,888 kB
  • sloc: python: 23,425; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Interfaces API."""

from .vacuuminterface import FanspeedPresets, VacuumInterface

__all__ = ["FanspeedPresets", "VacuumInterface"]