bank and account service is updated

This commit is contained in:
2024-12-03 15:31:52 +03:00
parent ac5a71f1a8
commit c2dd464fc6
7 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
import sys
if '/service_app_banks' not in list(sys.path):
sys.path.append('/service_account_records')
from decimal import Decimal
from api_services.bank_actions.wag_account_record_parser import (

View File

@@ -1,3 +1,8 @@
import sys
if '/service_app_banks' not in list(sys.path):
sys.path.append('/service_account_records')
import re
from difflib import get_close_matches