freeleaps-authentication/webapi/providers/scheduler.py
2025-10-30 11:26:05 +08:00

9 lines
147 B
Python

import asyncio
def register(app):
@app.on_event("startup")
async def start_scheduler():
#create your scheduler here
pass