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