add Invstment in __all__
This commit is contained in:
parent
856fe0802d
commit
b8a154ac57
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ from .base import CapBaseObject, Field, StringField, DateField, DecimalField, In
|
||||||
from .collection import ICapCollection
|
from .collection import ICapCollection
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['AccountNotFound', 'TransferError', 'Recipient', 'Account', 'Transaction', 'Transfer', 'ICapBank']
|
__all__ = ['AccountNotFound', 'TransferError', 'Recipient', 'Account', 'Transaction', 'Investment', 'Transfer', 'ICapBank']
|
||||||
|
|
||||||
|
|
||||||
class AccountNotFound(UserError):
|
class AccountNotFound(UserError):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue