NuBLS
NuBLS copied to clipboard
pynubls import error
After running
pip install pynubls
and in python:
from pynubls import PrivateKey
results in
ImportError: cannot import name 'PrivateKey' from 'pynubls' (/home/user/.local/lib/python3.8/site-packages/pynubls/__init__.py)