From 6e60b95c795792077cd4949ece0f5f5821d40a0a Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Sun, 20 Oct 2024 13:43:13 -0600 Subject: [PATCH] docs: add docstring to __init__.py --- ledgereth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledgereth/__init__.py b/ledgereth/__init__.py index edcaf70..9bea842 100644 --- a/ledgereth/__init__.py +++ b/ledgereth/__init__.py @@ -1,4 +1,4 @@ -# flake8:noqa +"""ledgereth, a library to interface with ledger-app-eth on Ledger hardware wallets.""" from importlib.metadata import metadata from ledgereth.accounts import find_account, get_account_by_path, get_accounts from ledgereth.messages import sign_message, sign_typed_data_draft