#!/home/cbehrens/anaconda3/conda-bld/opisgraph_1776429484960/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold/bin/python
""" Script to invoke the opisgraph application from the command line and to be used for packaging with conda. """
import opisgraph

if __name__ == "__main__":
    opisgraph.startup_application()
