Files
b2b/src/infrastructure/wallet_balances/__init__.py
2026-06-10 18:21:23 +03:00

5 lines
113 B
Python

from src.infrastructure.wallet_balances.service import WalletBalanceService
__all__ = ['WalletBalanceService']