Add TODO doc
This commit is contained in:
parent
30f7d724b9
commit
3c194e1eb8
|
@ -11,4 +11,7 @@ def get_fingerprint_instances() -> Sequence[HostFinger]:
|
|||
Returns the fingerprint objects according to configuration as a list
|
||||
:return: A list of HostFinger objects.
|
||||
"""
|
||||
# note this currently assumes we're in the same package as the fingerprinters
|
||||
# if this changes, this file should be updated
|
||||
# like when they move into a network plugins folder
|
||||
return get_instances(__package__, __file__, HostFinger)
|
||||
|
|
Loading…
Reference in New Issue