beancount-cde-importer/beancount_cde_importer/__init__.py

7 lines
148 B
Python
Raw Normal View History

2022-02-01 23:17:34 +01:00
from beancount.ingest import importer
class CaisseDEpargneImporter(importer.ImporterProtocol):
def identify(self, file):
return False