#!/usr/bin/env python3
import asyncio
from backend import startup
if __name__ == "__main__":
asyncio.run(startup())