Servo库报错提示,为什么?


为什么会出现这个报错呢?我明明已经导入了servo.py了呀?

You have to do from servo import Servos.

This is basic Python syntax.