From af8ff721f989bfaba1e6f9ed1172e0cc016e4abd Mon Sep 17 00:00:00 2001 From: anish-mudaraddi Date: Tue, 17 Dec 2024 11:16:24 +0000 Subject: [PATCH] add missing init files --- lib/icinga_api/__init__.py | 0 lib/openstack_query_api/__init__.py | 0 lib/ssh_api/__init__.py | 0 tests/lib/ssh_api/__init__.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/icinga_api/__init__.py create mode 100644 lib/openstack_query_api/__init__.py create mode 100644 lib/ssh_api/__init__.py create mode 100644 tests/lib/ssh_api/__init__.py diff --git a/lib/icinga_api/__init__.py b/lib/icinga_api/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/lib/openstack_query_api/__init__.py b/lib/openstack_query_api/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/lib/ssh_api/__init__.py b/lib/ssh_api/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/lib/ssh_api/__init__.py b/tests/lib/ssh_api/__init__.py new file mode 100644 index 000000000..e69de29bb