From de37b1089be0cb2d73ea807be9e732fe94dfdf95 Mon Sep 17 00:00:00 2001 From: stabbedbybrick <125766685+stabbedbybrick@users.noreply.github.com> Date: Sun, 7 Apr 2024 05:17:56 +0200 Subject: [PATCH] add services --- {ALL4 => services/ALL4}/__init__.py | 0 {ALL4 => services/ALL4}/config.yaml | 0 {CTV => services/CTV}/__init__.py | 0 {CTV => services/CTV}/config.yaml | 0 {ROKU => services/ROKU}/__init__.py | 0 {ROKU => services/ROKU}/config.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {ALL4 => services/ALL4}/__init__.py (100%) rename {ALL4 => services/ALL4}/config.yaml (100%) rename {CTV => services/CTV}/__init__.py (100%) rename {CTV => services/CTV}/config.yaml (100%) rename {ROKU => services/ROKU}/__init__.py (100%) rename {ROKU => services/ROKU}/config.yaml (100%) diff --git a/ALL4/__init__.py b/services/ALL4/__init__.py similarity index 100% rename from ALL4/__init__.py rename to services/ALL4/__init__.py diff --git a/ALL4/config.yaml b/services/ALL4/config.yaml similarity index 100% rename from ALL4/config.yaml rename to services/ALL4/config.yaml diff --git a/CTV/__init__.py b/services/CTV/__init__.py similarity index 100% rename from CTV/__init__.py rename to services/CTV/__init__.py diff --git a/CTV/config.yaml b/services/CTV/config.yaml similarity index 100% rename from CTV/config.yaml rename to services/CTV/config.yaml diff --git a/ROKU/__init__.py b/services/ROKU/__init__.py similarity index 100% rename from ROKU/__init__.py rename to services/ROKU/__init__.py diff --git a/ROKU/config.yaml b/services/ROKU/config.yaml similarity index 100% rename from ROKU/config.yaml rename to services/ROKU/config.yaml