import asyncio from src.script import script if __name__ == "__main__": asyncio.run(script())