bank and account service is updated

This commit is contained in:
berkay 2024-12-03 15:33:37 +03:00
parent 55abf7c80f
commit 7e4cec2d0b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
import sys
if '/service_app_banks' not in list(sys.path):
if '/service_account_records' not in list(sys.path):
sys.path.append('/service_account_records')
import re