Add py.typed to mark the library as typed

Removes an error like this:

    error: Skipping analyzing "ollama":
    module is installed, but missing library stubs or py.typed marker  [import-untyped]

when running mypy over code that uses the library.
This commit is contained in:
Dave Pearson
2024-04-25 10:51:30 +01:00
parent 029b080c4c
commit 30090c5508
View File