Administrator
2024-07-16 c58c2d16db12419a0f27cd5df38f3468e6bb14c0
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():