Initial commit
Showing
+565 -0
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
client-simulator.py
0 → 100644
plugin_template/__init__.py
0 → 100644
plugin_template/data/__init__.py
0 → 100644
plugin_template/data/schema.py
0 → 100644
plugin_template/plugin_flow/__init__.py
0 → 100644
plugin_template/plugin_flow/plugin_flow.py
0 → 100644
plugin_template/plugin_template.py
0 → 100644
poetry.lock
0 → 100644
This diff is collapsed.
pyproject.toml
0 → 100644
scripts/main.py
0 → 100644
setup.py
0 → 100644
tests/__init__.py
0 → 100644
tests/plugin_flow.py
0 → 100644
tests/plugin_template.py
0 → 100644
Please register or sign in to comment