I'm trying to query data from a function.
here is my python query
projectsPerUser = client.query("plans.queries:getAllUserPlansWithUserId",{"userId": "user_2gQVIas5FGv9KaLZYCBrVWuXq7Z"})
Attached a photo of my folder structure and get this error. Don't think my above code is right, or is this possible to do in python?