3 lines
91 B
Python
3 lines
91 B
Python
from apscheduler.schedulers.asyncio import AsyncIOScheduler
|
|
|
|
scheduler = AsyncIOScheduler() |