7 lines
148 B
Python
7 lines
148 B
Python
from beancount.ingest import importer
|
|
|
|
class CaisseDEpargneImporter(importer.ImporterProtocol):
|
|
|
|
def identify(self, file):
|
|
return False
|