Third line in __init__.py, Doesn't it has to be changed from this: from .pycrafter4500 import dlpc350, pattern_mode, video_mode, power_down, power_up to this: from .pycrafter4500 import Dlpc350, pattern_mode, video_mode, power_down, power_up
Third line in init.py, Doesn't it has to be changed from this:
from .pycrafter4500 import dlpc350, pattern_mode, video_mode, power_down, power_up
to this:
from .pycrafter4500 import Dlpc350, pattern_mode, video_mode, power_down, power_up