3 gener 2026
This commit is contained in:
10
importers/caixabank.py
Normal file
10
importers/caixabank.py
Normal 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()
|
||||
Reference in New Issue
Block a user