Husky-lens drivers fix/issues

so we followed the steps laid out in here Huskylens blocly - #2 by Fgrossman from one of your reply’s, the issue is from line 36 in micropython_i2c.py which is from .i2c_driver import I2CDriver which dose not match the name so i changed that to from qwiic_i2c.i2c_driver import I2CDriver as otherwise it errors before as the i2c_driver isn’t in lib and in a sub folder. i also changed in the _init_.py the import from .i2c_driver import I2CDriver to from qwiic_i2c import i2c_driver. and then that’s it except for the pin, whilst renaming the rest showed less and less errors i kept getting the none is not attributable error and the way i fixed that is by manually setting the pin, i would love to hear from ya if my somewhat fix breaks a different part of the code that dose that automatically, as I’m very new and it took me a bit to make this somewhat work for my classmates

have a great thanksgiving break!