added another note to bunker/backends/component
This commit is contained in:
parent
55cd2013f3
commit
5b355a008d
|
@ -11,6 +11,11 @@ class AbstractComponent(metaclass=ABCMeta):
|
||||||
"""
|
"""
|
||||||
Create a new component in the given bunker
|
Create a new component in the given bunker
|
||||||
using the given name and password.
|
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
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user