`from silvimetric.resources import Metric` should be changed to `from silvimetric import Metric` or `from silvimetric.resources.metrics import Metric`. The intermediate `resources` module does not export `Metric`.