codex
This commit is contained in:
8
pricewatch/app/tasks/__init__.py
Executable file
8
pricewatch/app/tasks/__init__.py
Executable file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Module tasks pour les jobs RQ.
|
||||
"""
|
||||
|
||||
from pricewatch.app.tasks.scrape import scrape_product
|
||||
from pricewatch.app.tasks.scheduler import ScrapingScheduler
|
||||
|
||||
__all__ = ["scrape_product", "ScrapingScheduler"]
|
||||
Reference in New Issue
Block a user