lnbits-legend/lnbits/wallets/macaroon/__init__.py
dni ⚡ 74d4ddd312
feat: use __all__ to export deps from __init__.py (#2630)
* feat: export wallets
* remove linting exception
2024-08-08 07:29:21 +02:00

3 lines
65 B
Python

from .macaroon import load_macaroon
__all__ = ["load_macaroon"]