Administrator
2024-07-03 67fc28735a98395f6946ed13ff7dcd093e35478e
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():