From 49cf8843bc766ee62a94ac49829db6b94d5974e8 Mon Sep 17 00:00:00 2001 From: bohd4nx Date: Mon, 3 Nov 2025 06:01:56 +0800 Subject: [PATCH] fix: Update README and SVG logo, correct import paths in utils --- README-RU.md | 2 +- README.md | 2 +- app/utils/__init__.py | 4 ++-- fragment.svg | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 fragment.svg diff --git a/README-RU.md b/README-RU.md index 869a961..02bc970 100644 --- a/README-RU.md +++ b/README-RU.md @@ -1,5 +1,5 @@
- + Fragment Logo

πŸ’Ž Fragment API ΠΎΡ‚ @bohd4nx

diff --git a/README.md b/README.md index 8a8532c..9236d39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + Fragment Logo

πŸ’Ž Fragment API by @bohd4nx

diff --git a/app/utils/__init__.py b/app/utils/__init__.py index a053fc8..d824f24 100644 --- a/app/utils/__init__.py +++ b/app/utils/__init__.py @@ -1,5 +1,5 @@ -from .api_client import ApiClient -from .linkWallet import WalletLinker +from .client import ApiClient from .transaction import TransactionProcessor +from .wallet import WalletLinker __all__ = ['TransactionProcessor', 'WalletLinker', 'ApiClient'] diff --git a/fragment.svg b/fragment.svg new file mode 100644 index 0000000..3d95464 --- /dev/null +++ b/fragment.svg @@ -0,0 +1 @@ + \ No newline at end of file