commit c5f68414b4a928d603d4aba418b9b84a2352975e Author: Jon Michael Aanes Date: Sat Jun 14 00:21:07 2025 +0200 Init 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 +"""