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