done with check transaction_id on repayment

This commit was merged in pull request #14.
This commit is contained in:
2025-04-16 10:38:39 +01:00
parent a8f32fdf68
commit e75a025dab
5 changed files with 50 additions and 8 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
from .transactions import Transaction
from .repayment import Repayment
__all__ = ['Transaction']
__all__ = ['Transaction', 'Repayment']