Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 221 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 221 Bytes

Python Nexa API

from asyncio import run
from nexa_api import Nexa_API

async def main():
    client = Nexa_API()
    print(await client.fact())

run(main())

Asynchronous Python API wrapper for the Nexa API