budget/tests/mocks/banks.py

5 lines
104 B
Python

from pfbudget.db.model import AccountType, Bank
checking = Bank("bank", "BANK", AccountType.checking)