#!python
import schnetpack.cli as cli

if __name__ == "__main__":
    cli.predict()
