import2ledger/import2ledger/importers/__init__.py

6 lines
155 B
Python

import operator
from .. import dynload
def load_all():
return dynload.submodule_items_named(__file__, operator.methodcaller('endswith', 'Importer'))