Skip to content

Setup Python Code Skeleton

Marc Ludevid Wulf requested to merge mludevid.python.setup into main

Wrote the basic code skeleton of the python implementation including:

  • __init__.py with example function
  • test_nl2declare.py with example tests
  • pytest.ini to configure pytest
  • README.md to quickly explain how to run pytest
  • .gitignore to only push the relevant files

Merge request reports