Skip to content

Commit

Permalink
Export SERVICE_UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Oct 16, 2023
1 parent f0ddd07 commit 063080a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion improv_ble_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

from . import errors
from .client import ImprovBLEClient, device_filter
from .protocol import Error, State
from .protocol import SERVICE_UUID, Error, State

__all__ = [
SERVICE_UUID,
"Error",
"State",
"ImprovBLEClient",
Expand Down

0 comments on commit 063080a

Please sign in to comment.