From 5b355a008db910c34853462f26c356c32471223d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Fri, 19 Apr 2019 14:02:45 +0200 Subject: [PATCH] added another note to bunker/backends/component --- bunker/backends/component.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bunker/backends/component.py b/bunker/backends/component.py index 8fad65b..b48f55a 100644 --- a/bunker/backends/component.py +++ b/bunker/backends/component.py @@ -11,6 +11,11 @@ class AbstractComponent(metaclass=ABCMeta): """ Create a new component in the given bunker using the given name and password. + + Note that this might not be the most handy + classmethod to instatiate a component, + there might be other classmethods that + make use of this method. """ pass