5 lines
104 B
Python
5 lines
104 B
Python
from pfbudget.db.model import AccountType, Bank
|
|
|
|
|
|
checking = Bank("bank", "BANK", AccountType.checking)
|