The problem
Attempting to import bless results in the following
>>> import bless
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/anaconda3/envs/bless_test/lib/python3.8/site-packages/bless/__init__.py", line 7, in <module>
from bless.backends.corebluetooth.server import ( # noqa: F401
ModuleNotFoundError: No module named 'bless.backends'
Reproduction
import bless
Expected behavior
Module should load appropriately
The problem Attempting to import bless results in the following
Reproduction
Expected behavior Module should load appropriately