From 3e5ed201823be5e74cf395262a7bf25df3dab4ad Mon Sep 17 00:00:00 2001 From: Rudi Klein Date: Sat, 18 May 2024 21:39:09 +0200 Subject: [PATCH] python to sub-directory --- requirements.txt => wazuh-notify-python/requirements.txt | 0 wazuh-notify.py => wazuh-notify-python/wazuh-notify.py | 0 .../wazuh_notify_module.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename requirements.txt => wazuh-notify-python/requirements.txt (100%) rename wazuh-notify.py => wazuh-notify-python/wazuh-notify.py (100%) rename wazuh_notify_module.py => wazuh-notify-python/wazuh_notify_module.py (100%) diff --git a/requirements.txt b/wazuh-notify-python/requirements.txt similarity index 100% rename from requirements.txt rename to wazuh-notify-python/requirements.txt diff --git a/wazuh-notify.py b/wazuh-notify-python/wazuh-notify.py similarity index 100% rename from wazuh-notify.py rename to wazuh-notify-python/wazuh-notify.py diff --git a/wazuh_notify_module.py b/wazuh-notify-python/wazuh_notify_module.py similarity index 100% rename from wazuh_notify_module.py rename to wazuh-notify-python/wazuh_notify_module.py