mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-08-18 02:36:31 +00:00
4 lines
117 B
Python
4 lines
117 B
Python
from apscheduler.schedulers.background import BackgroundScheduler # type: ignore
|
|
|
|
scheduler = BackgroundScheduler()
|