added health check for bank

This commit was merged in pull request #48.
This commit is contained in:
Chinenye Nmoh
2025-10-21 21:33:29 +01:00
parent b0f5b71dd9
commit 6f417614df
5 changed files with 68 additions and 7 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
from .kafka import KafkaIntegration
from .simbrella import SimbrellaClient
from .simbrella import SimbrellaClient
from .bank_service import BankService