setup package build
This commit is contained in:
parent
d184388dc0
commit
b43ecf6f24
3 changed files with 13 additions and 0 deletions
6
beancount_cde_importer/__init__.py
Normal file
6
beancount_cde_importer/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from beancount.ingest import importer
|
||||
|
||||
class CaisseDEpargneImporter(importer.ImporterProtocol):
|
||||
|
||||
def identify(self, file):
|
||||
return False
|
||||
Loading…
Add table
Add a link
Reference in a new issue