mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
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:
parent
029b080c4c
commit
30090c5508