We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f044b59 commit 192db96Copy full SHA for 192db96
pyproject.toml
@@ -62,3 +62,13 @@ ai-models = "ai_models.__main__:main"
62
63
[tool.setuptools_scm]
64
version_file = "src/ai_models/_version.py"
65
+
66
+[project.entry-points."ai_models.input"]
67
+file = "ai_models.inputs:FileInput"
68
+mars = "ai_models.inputs:MarsInput"
69
+cds = "ai_models.inputs:CdsInput"
70
+opendata = "ai_models.inputs:OpenDataInput"
71
72
+[project.entry-points."ai_models.output"]
73
+file = "ai_models.outputs:FileOutput"
74
+none = "ai_models.outputs:NoneOutput"
0 commit comments