Skip to content
  • ntome's avatar
    weboob.capabilities.bank: split file into a folder with submodules · 47780392
    ntome authored and hydrargyrum's avatar hydrargyrum committed
    Introduce:
    - base: for CapBank, Account, Transaction and standard classes
    - rate: for CapCurrencyRate
    - transfer: for CapTransfer and related classes
    - wealth: for CapBankWealth and related classes
    
    To keep compatibility with existing code using base imports, bank/__init__.py
    will import symbols from the subfiles.
    47780392