nova-api/checks/__main__.py

5 lines
57 B
Python

import client
import asyncio
asyncio.run(client.demo())