This commit is contained in:
Gilles Soulier
2026-01-14 21:54:55 +01:00
parent c91c0f1fc9
commit d0b73b9319
140 changed files with 5822 additions and 161 deletions

2
pricewatch/app/db/__init__.py Executable file → Normal file
View File

@@ -20,6 +20,7 @@ from pricewatch.app.db.models import (
ProductImage,
ProductSpec,
ScrapingLog,
Webhook,
)
__all__ = [
@@ -30,6 +31,7 @@ __all__ = [
"ProductImage",
"ProductSpec",
"ScrapingLog",
"Webhook",
"ProductRepository",
# Connection
"get_engine",