[console_scripts]
pfb=pfb.cli:main

[pfb.plugins]
add=pfb.commands.add
etl=pfb.commands.etl
from_gen3dict=pfb.importers.gen3dict
from_json=pfb.importers.json
from_tsv=pfb.importers.tsv
import=pfb.commands.import
rename=pfb.commands.rename
show=pfb.commands.show
to_gremlin=pfb.exporters.gremlin
to_tsv=pfb.exporters.tsv

