Hi all. I wanna test my appwrite functions locally before pushing it to Github for deployment on Appwrite. I believe it's much faster to debug my code locally than pushing to appwrite and see console log. I found a related local functions server
there https://github.com/appwrite/appwrite/issues/5425, but this one is for nodejs and I'm developing with Python server.