Skip to content
  • Romain Bignon's avatar
    new system to load backends · e119a70c
    Romain Bignon authored
    Now there is a single file ~/.weboob/backends, where every backends are
    instancied. There are two ways to create backends for frontends:
    - Use Weboob.load_backends(), to load every backends in the config file
    - Use Weboob.load_modules(), to instanciate every module one time
    e119a70c