[console_scripts]
promptkit = promptkit.cli.main:app

[promptkit.engines]
anthropic = promptkit.engines.anthropic:AnthropicEngine
compatible = promptkit.engines.compatible:CompatibleEngine
ollama = promptkit.engines.ollama:OllamaEngine
openai = promptkit.engines.openai:OpenAIEngine

[pytest11]
promptkit = promptkit.pytest_plugin
