nova-api/checks/__main__.py

5 lines
57 B
Python
Raw Normal View History

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