Support for testing Python Solid Applications using Molid

Hi Molid Team, I wanted to discuss the possibility of adding support for Python Solid Apps in Molid. We have a Solid Application that is implemented using Python Flask and we have been using Molid's mock server successfully to manually test the application. We mocked profile data and manually verified if the data is displayed correctly in the UI, including scenarios with lengthy profile names and various lengths of friends lists.

However, I now aim to write integration tests for our Solid Application using Jest. Unfortunately, as our application is built with Python Flask, I haven't found a straightforward way to leverage Molid for writing tests using Jest. I would like to inquire if there is any possibility of integrating Python support into Molid's future roadmap.

Thanks, Indira