If another project runs mypy and imports llm-prompting-gen and error is thrown:
error: Skipping analyzing "llm_prompting_gen.models.prompt_engineering": module is installed, but missing library stubs or py.typed marker [import-untyped]
Task: Add mypy to llm-prompting-gen and ensure that such errors do not appear anymore.
If another project runs mypy and imports llm-prompting-gen and error is thrown:
Task: Add mypy to llm-prompting-gen and ensure that such errors do not appear anymore.