mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 23:43:57 +01:00
5 lines
57 B
Python
5 lines
57 B
Python
import client
|
|
import asyncio
|
|
|
|
asyncio.run(client.demo())
|