arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

refactor: Reconfigure package imports #97

Closed robberwick closed 2 weeks ago

robberwick commented 2 weeks ago

This pull request includes changes to the src/blinkstick/__init__.py file to improve module imports and organization. The most important changes include adding imports for key classes and functions, and removing an unnecessary import.

Improvements to module imports:

Codebase simplification: