From 10329e02b59a9a9e91992cb457fb2bfaf3b77d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sun, 22 Aug 2021 18:33:22 +0100 Subject: [PATCH] docs: new docs added --- src/netius/base/service.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/netius/base/service.py b/src/netius/base/service.py index 72b28a59..ac311e21 100644 --- a/src/netius/base/service.py +++ b/src/netius/base/service.py @@ -48,6 +48,9 @@ class Service(observer.Observable): This is considered to be the equivalent to a stream object for the servers (as opposed to clients). + + This implementation takes inspiration from the asyncio stream + and should be very compatible in terms of API. """ def __init__(