diff --git a/weboob/capabilities/bank/__init__.py b/weboob/capabilities/bank/__init__.py index c83542da810c415968d82f0f0636e3d28353a9eb..260870ff855c745ca9796296ccc1872badeae368 100644 --- a/weboob/capabilities/bank/__init__.py +++ b/weboob/capabilities/bank/__init__.py @@ -53,6 +53,7 @@ from .base import ( AccountNotFound, AccountType, + Currency, TransactionType, AccountOwnerType, Account, @@ -105,6 +106,7 @@ 'AccountType', 'TransactionType', 'AccountOwnerType', + 'Currency', 'Account', 'Loan', 'Transaction',