import asyncio from app.services.scheduler import scheduler if __name__ == "__main__": asyncio.run(scheduler.start())