Add Price object.
This commit is contained in:
parent
6595b9bd72
commit
37d527913b
1 changed files with 3 additions and 0 deletions
3
src/pricehist/price.py
Normal file
3
src/pricehist/price.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from collections import namedtuple
|
||||
|
||||
Price = namedtuple('Price', ['base', 'quote', 'date', 'amount'])
|
Loading…
Add table
Reference in a new issue