freeleaps-authentication/webapi/providers/scheduler.py

9 lines
147 B
Python
Raw Normal View History

2025-10-30 03:26:05 +00:00
import asyncio
def register(app):
@app.on_event("startup")
async def start_scheduler():
#create your scheduler here
pass