This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
BWTAqua/modules/scheduler.py

4 lines
92 B
Python
Raw Normal View History

2023-08-23 15:13:17 +03:00
from apscheduler.schedulers.asyncio import AsyncIOScheduler
scheduler = AsyncIOScheduler()