overall: host a minimal copy of `ainsicolors`
diff --git a/examples/battery_client.py b/examples/battery_client.py
index a7854ce..3cf11b4 100644
--- a/examples/battery_client.py
+++ b/examples/battery_client.py
@@ -19,7 +19,7 @@
 import sys
 import os
 import logging
-from colors import color
+from bumble.colors import color
 from bumble.device import Device
 from bumble.transport import open_transport
 from bumble.profiles.battery_service import BatteryServiceProxy