Skip to content

Latest commit

 

History

History
 
 

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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