AB-CE / abce

Agent-based computational Economics, the Python library that makes AB modelling easier
http://abce.readthedocs.io
190 stars 64 forks source link

Enable custom messages #153

Closed DavoudTaghawiNejad closed 6 years ago

DavoudTaghawiNejad commented 6 years ago

abcFinance, needs the ability to add a custom message that executes a method _autobook(dict(debit=[('money', amount)], credit=[('loans', amount)], text='Take out loan')) for example.