Micropython is throwing this exception when I attempt to use the fluent API. I am importing as follows:
import notecard
from notecard import hub
I am not importing the notecard module in any other source files, so I don’t believe this is a circular reference issue. Any ideas?