added an important note to bunker/backends/component

master
Daniel Knüttel 2019-04-19 18:39:04 +02:00
parent 9ce1d4d33b
commit 5db317a605
1 changed files with 3 additions and 1 deletions

View File

@ -12,10 +12,12 @@ 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
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.
NOTE: this classmethod HAS to call ``bunker._add_component``.
"""
pass