modula-mock Quick and dirty mock of Modula ERP to test it's API locally. How to run Intall the requirements python -m venv venv pip install -r requirements Run the project litestar --app src.main:app run --reload --debug