feat: add ClassifiedAd domain entity

This commit is contained in:
2026-07-26 07:02:30 -04:00
commit 69ab1233e6
8 changed files with 159 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.backends._legacy:_Backend"
[project]
name = "python-fun"
version = "0.1.0"
requires-python = ">=3.12"
[tool.pytest.ini_options]
pythonpath = ["."]