This commit is contained in:
Azeez Muibi
2025-04-15 16:43:39 +01:00
parent 453a34a628
commit aafb9a9b41
4 changed files with 74 additions and 4 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ from .customer import Customer
from .account import Account
from .loan import Loan
from .transaction import Transaction
from .user import User
__all__ = ['Customer', 'Account', 'Loan', 'Transaction']
__all__ = ['Customer', 'Account', 'Loan', 'Transaction', User]