feat: add wallets balance

This commit is contained in:
2026-06-10 18:21:23 +03:00
parent 6c3628edfa
commit 15c06fa9cc
11 changed files with 622 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from src.infrastructure.wallet_balances.service import WalletBalanceService
__all__ = ['WalletBalanceService']