Files
account-financial-tools/currency_rate_update/services/__init__.py
Jean-Charles Drubay 8e54668aaa Minor adjustments after tests:
- Add Vietcombank to README.md
- Don't invert exchange rate
- Fix missing import
2017-11-23 14:49:25 +07:00

10 lines
337 B
Python

# Note, that CA_BOC getter seems not to be working
from . import update_service_CA_BOC
from . import update_service_CH_ADMIN
from . import update_service_ECB
from . import update_service_YAHOO
from . import update_service_PL_NBP
from . import update_service_MX_BdM
from . import update_service_RO_BNR
from . import update_service_VN_VCB