feat: add withdraw

This commit is contained in:
2026-06-21 14:16:20 +03:00
parent 8f60637e8d
commit 56841b83ce
32 changed files with 1291 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
from src.presentation.messaging.crypto_transfer import crypto_transfer_router
from src.presentation.messaging.sbp_withdrawal import sbp_withdrawal_messaging_router
__all__=['crypto_transfer_router']
__all__=['crypto_transfer_router','sbp_withdrawal_messaging_router']