Ensure that all needed classes can be imported directly from the package. For example `from shp import Watcher` instead of `from shp.source.main.watcher import Watcher`
Ensure that all needed classes can be imported directly from the package.
For example
from shp import Watcherinstead of
from shp.source.main.watcher import Watcher