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

3 lines
64 B
Python

from .transactions import Transaction
__all__ = ['Transaction']