[console_scripts]
sf-annotate = annotate.__main__:main
sf-detect = structflo.cser.inference.detector:main
sf-download-distractors = structflo.cser.data.distractor_images:main
sf-eval-lps = structflo.cser.lps.evaluate:main
sf-extract = structflo.cser.pipeline.cli:main
sf-fetch-smiles = structflo.cser.data.smiles:main
sf-generate = structflo.cser.generation.dataset:main
sf-train = structflo.cser.training.trainer:main
sf-train-lps = structflo.cser.lps.train:main
sf-viz = structflo.cser.viz.labels:main
