I get this error message:
 /usr/bin/python3.13 /home/georgeb/georgeb/QC/LEAN/my_org/CVD_plot-1/main.py
Traceback (most recent call last):
 File "/home/georgeb/georgeb/QC/LEAN/my_org/CVD_plot-1/main.py", line 11, in <module>
   class QQQObjectStoreMinute(PythonData):
                              ^^^^^^^^^^
NameError: name 'PythonData' is not defined

The code is:
class QQQObjectStoreMinute(PythonData):

This works using QC online (web), but does not work with the LEAN Local via VS Code GUI.