mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-14 11:46:17 +00:00
4 lines
117 B
Python
4 lines
117 B
Python
from apscheduler.schedulers.background import BackgroundScheduler # type: ignore
|
|
|
|
scheduler = BackgroundScheduler()
|