3 gener 2026

This commit is contained in:
Roger Oriol
2026-01-03 16:57:31 +01:00
parent 4c149cebb5
commit afc1e5bcfe
4 changed files with 185 additions and 105 deletions

10
importers/caixabank.py Normal file
View File

@@ -0,0 +1,10 @@
from beancount_caixabank import CaixaBankImporter
from beangulp import Ingest
importers = [
CaixaBankImporter('Assets:Liquid:Caixabank:Corrent'),
]
if __name__ == '__main__':
ingest = Ingest(importers)
ingest()