Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/test.py
2020-06-15 21:18:07 +08:00

6 lines
No EOL
155 B
Python

from wikim import wikim
import asyncio
loop = asyncio.get_event_loop()
result = loop.run_until_complete(wikim('wiki Netherite'))
print(result)
loop.close()