Maestro library for python not working

Hi all, i am trying to use the maestro library for Python, but python keeps giving me this error.

Traceback (most recent call last):
File “C:\Users\jjack\PycharmProjects\pythonProject7\main.py”, line 2, in
servo = maestro.Controller(‘COM3’)
AttributeError: module ‘maestro’ has no attribute ‘Controller’

Hello.

It sound like you might be referring to the maestro.py Python class by FRC4564; is that correct?

Could you post the code that’s giving you that error?

Brandon