Files
digifi-EventManager/app/models/__init__.py
T

4 lines
110 B
Python

from .transactions import Transaction
from .repayment import Repayment
__all__ = ['Transaction', 'Repayment']