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

1
domain/__init__.py Normal file
View File

@@ -0,0 +1 @@
from .marketplace import classified_ad