This commit is contained in:
Azeez Muibi
2025-04-14 11:30:28 +01:00
parent 9a9d2e4ef9
commit 89fb91e874
2 changed files with 1 additions and 52 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
from .customer import Customer
from .account import Account
from .loan import Loan
from .transaction import Transaction
from .repayment import Repayment
__all__ = ['Customer', 'Account', 'Loan', 'Transaction', 'Repayment']
__all__ = ['Customer', 'Loan', 'Transaction']