From 880c4f35d2909295676d3702a1fa2ec2373d1d2a Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Wed, 31 May 2023 11:37:09 +0200 Subject: [PATCH] little fix --- .../.gitignore | 0 .../__init__.py | 0 .../binding_card.yaml | 0 .../install.py | 0 .../{backend_template => binding_template}/logo.png | Bin .../models.yaml | 0 .../requirements.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename bindings/{backend_template => binding_template}/.gitignore (100%) rename bindings/{backend_template => binding_template}/__init__.py (100%) rename bindings/{backend_template => binding_template}/binding_card.yaml (100%) rename bindings/{backend_template => binding_template}/install.py (100%) rename bindings/{backend_template => binding_template}/logo.png (100%) rename bindings/{backend_template => binding_template}/models.yaml (100%) rename bindings/{backend_template => binding_template}/requirements.txt (100%) diff --git a/bindings/backend_template/.gitignore b/bindings/binding_template/.gitignore similarity index 100% rename from bindings/backend_template/.gitignore rename to bindings/binding_template/.gitignore diff --git a/bindings/backend_template/__init__.py b/bindings/binding_template/__init__.py similarity index 100% rename from bindings/backend_template/__init__.py rename to bindings/binding_template/__init__.py diff --git a/bindings/backend_template/binding_card.yaml b/bindings/binding_template/binding_card.yaml similarity index 100% rename from bindings/backend_template/binding_card.yaml rename to bindings/binding_template/binding_card.yaml diff --git a/bindings/backend_template/install.py b/bindings/binding_template/install.py similarity index 100% rename from bindings/backend_template/install.py rename to bindings/binding_template/install.py diff --git a/bindings/backend_template/logo.png b/bindings/binding_template/logo.png similarity index 100% rename from bindings/backend_template/logo.png rename to bindings/binding_template/logo.png diff --git a/bindings/backend_template/models.yaml b/bindings/binding_template/models.yaml similarity index 100% rename from bindings/backend_template/models.yaml rename to bindings/binding_template/models.yaml diff --git a/bindings/backend_template/requirements.txt b/bindings/binding_template/requirements.txt similarity index 100% rename from bindings/backend_template/requirements.txt rename to bindings/binding_template/requirements.txt