vincenzopalazzo / lampo.rs

lampo (lightning in Italian) is a experimental implementation of a tiny lightning node
http://lampo.devcrew.cc
BSD 3-Clause "New" or "Revised" License
31 stars 14 forks source link

tools: export the public API of the package #225

Closed vincenzopalazzo closed 1 month ago

vincenzopalazzo commented 1 month ago

in python there is this concept of module defined by the __init__.py where you will go to define the public API.

In this way a user can import the API exposed by the package.

vincenzopalazzo commented 1 month ago

Push the changes requested by @tareknaser so merging this