2025-03-14 04:40:27 +10:00

6 lines
99 B
Python

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