feat: add __init__.py in packages

allows for namespace sharing in a virtual environment otherwise gets overriden by pyln-proto-grpc's pyln folder
This commit is contained in:
Lakshya Singh
2025-05-07 09:39:41 +05:30
committed by madelinevibes
parent c56464ca08
commit 6088a0e49a
12 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -0,0 +1,2 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)