Skip to content

Commit

Permalink
export discover_one
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 10, 2024
1 parent 7aec18b commit 6ca120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/miniconf-mqtt/miniconf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Miniconf Client"""

from .miniconf import Miniconf, Client, MQTTv5, MiniconfException
from .discover import discover
from .discover import discover, discover_one

0 comments on commit 6ca120e

Please sign in to comment.