Files
palladum-lightning/contrib/pyln-spec/bolt4/pyln/__init__.py
Lakshya Singh 6088a0e49a feat: add __init__.py in packages
allows for namespace sharing in a virtual environment otherwise gets overriden by pyln-proto-grpc's pyln folder
2025-08-11 11:06:22 +09:30

3 lines
95 B
Python

# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)