Basically, mypy wants type stubs: ``` error: Skipping analyzing "sinter": module is installed, but missing library stubs or py.typed marker [import-untyped] ```
Activity