commit cf77d6152696376846451e3f838223252d4f21ab Author: Francwa Date: Tue Nov 11 11:37:40 2025 +0100 Repo init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..30aef81 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[tool.poetry] +name = "agent-media" +version = "0.1.0" +description = "" +authors = ["Francwa "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.12" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"