pycatfd
pycatfd copied to clipboard
Updated Detector.py imports for lib Detector
When trying to build this module without Docker I came across this fix in references to dependencies.
Does this make sense to you? My proposed file change seems to fix the issue.
from DetectorResult import DetectorResult
to
from lib.DetectorResult import DetectorResult