6 lines
78 B
Python
6 lines
78 B
Python
"""Module entry point."""
|
|
|
|
from .client import OpenHAB
|
|
|
|
__all__ = ['OpenHAB']
|