From 5cdf169f40dd90fe4808ed267c1a8f70d63ad6e3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 17 Apr 2021 15:52:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=94=20Partially=20document=20engi.rout?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalnet/engineer/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/engineer/router.py b/royalnet/engineer/router.py index 3780fc73..ce5d3718 100644 --- a/royalnet/engineer/router.py +++ b/royalnet/engineer/router.py @@ -1,5 +1,5 @@ """ -.. todo:: Document this. +This module contains :class:`.Router`, an helper :class:`~royalnet.engineer.conversation.Conversation`. """ import royalnet.royaltyping as t