added another note to bunker/backends/component

This commit is contained in:
Daniel Knüttel 2019-04-19 14:02:45 +02:00
parent 55cd2013f3
commit 5b355a008d
1 changed files with 5 additions and 0 deletions

View File

@ -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