Add ISO 4217 data.

This commit is contained in:
Chris Berkhout 2021-04-17 17:30:05 +02:00
parent 4bdfbcaa0a
commit c6ce4a846b
3 changed files with 1957 additions and 0 deletions

4
src/pricehist/iso4217.py Normal file
View file

@ -0,0 +1,4 @@
from importlib.resources import read_text
def xml_data():
return read_text('pricehist.resources', 'list_one.xml')

View file

File diff suppressed because it is too large Load diff