Administrator
2024-11-21 b8eff41fef7b4ee2c20a4d268ac83a4f420f34b0
test/test_asyncio.py
@@ -3,9 +3,9 @@
async def coroutine_function():
    print("Start coroutine function")
    # print("Start coroutine function")
    time.sleep(1)
    print("Coroutine function completed")
    # print("Coroutine function completed")
async def main():