From c5f68414b4a928d603d4aba418b9b84a2352975e Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 14 Jun 2025 00:21:07 +0200 Subject: [PATCH] Init --- clients_protocol/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 clients_protocol/__init__.py diff --git a/clients_protocol/__init__.py b/clients_protocol/__init__.py new file mode 100644 index 0000000..84c58cb --- /dev/null +++ b/clients_protocol/__init__.py @@ -0,0 +1,2 @@ +"""# Common HTTP/REST clients interface +"""