docs: fix setup.py code example

This commit is contained in:
thunderbiscuit 2024-03-26 11:57:50 -04:00
parent 89f36a6c88
commit 38ccbb17be
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -13,6 +13,7 @@ pip install bdkpython
## Simple example ## Simple example
```python ```python
import bdkpython as bdk import bdkpython as bdk
```
""" """
setup( setup(